lang 4 жил өмнө
parent
commit
0aab08abd6

+ 1 - 1
Controller/CloudStorage.py

@@ -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'],