Selaa lähdekoodia

vodtime = time

chanjunkai 5 vuotta sitten
vanhempi
commit
6d506270f3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'])
                 #     format(uid=uid, channel=channel, time=vod['time'])
                 thumb_url = response_url
                 thumb_url = response_url
                 vod_url = 'http://cloudstroage.dvema.com/cloudstorage/signplaym3u8?uid={uid}&channel={channel}&time={time}&sign=tktktktk'. \
                 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({
                 vod_play_list.append({
                     'name': vod['time'],
                     'name': vod['time'],
                     'sign_url': vod_url,
                     'sign_url': vod_url,