chanjunkai 5 lat temu
rodzic
commit
6d506270f3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -352,7 +352,7 @@ class CloudStorageView(View):
                 #     format(uid=uid, channel=channel, time=vod['time'])
                 thumb_url = response_url
                 vod_url = 'http://cloudstroage.dvema.com/cloudstorage/signplaym3u8?uid={uid}&channel={channel}&time={time}&sign=tktktktk'. \
-                    format(uid=uid, channel=channel, time=time)
+                    format(uid=uid, channel=channel, time=vod['time'])
                 vod_play_list.append({
                     'name': vod['time'],
                     'sign_url': vod_url,