lang %!s(int64=4) %!d(string=hai) anos
pai
achega
d06a0c66d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)