Browse Source

update sec

lang 4 năm trước cách đây
mục cha
commit
d06a0c66d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -241,7 +241,7 @@ class CloudStorageView(View):
             #     format(uid=uid, channel=channel, time=vod['time'])
             playlist_entries.append({
                 'name': response_url,
-                'duration': 10,
+                'duration': sec,
             })
         playlist = PlaylistGenerator(playlist_entries).generate()
         response = HttpResponse(playlist)