The Stand-In (TV series)
The Stand-In (十月围城 Shíyuè Wéichéng, "October Siege") is a 2014 Chinese TV series, a spin-off following the success of the 2009 film Bodyguards and Assassins (also 十月围城 Shíyuè Wéichéng in Chinese). The series is directed by Ju Jueliang (zh:鞠觉亮).[1]
Cast
- Wallace Chung 鍾漢良
- Liu Xiaoxiao 劉小小
- Wu Gang 吳剛
- Ng Man-Tat 吳孟達
- Zhang Xiaolong 張曉龍
- Wang Zizi
- Yan Minqiu
- He Jiayi
- Hu Dong
- Zhang Haoxiang
- Lu Jiyi
- Bobo Gan
- Han Dong
- Jing Gangshan
- Liu Yidan
Awards and nominations
Year | Award | Category | Nominated work | Result | Ref. |
---|---|---|---|---|---|
2014 | 6th China TV Drama Awards | Television Figure of the Year | Wallace Chung | Won |
gollark: Ah, it hasn't joined as a *speaker*.
gollark: Did it crash horribly in another thread?
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))vc = await voice.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))existing = ctx.guild.voice_clientif existing: await existing.disconnect()vc = await voice.channel.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))existing = ctx.guild.voice_clientif existing: await existing.disconnect()vc = await voice.channel.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.