@@ -432,7 +432,7 @@ class CloudStorageView(View):
format(server_domain=SERVER_DOMAIN_SSL, uid=TokenObject().encryption(data={'uid': uid}), channel=channel, time=vod['time'])
ts_num = int(vod['fg']) & 0xf
vod_play_list.append({
- 'name': vod['time'],
+ 'start_time': vod['time'],
'sign_url': vod_url,
'thumb': response_url,
'sec': vod['sec'],