chanjunkai 5 năm trước cách đây
mục cha
commit
b300ae6de7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Controller/CloudStorage.py

+ 2 - 0
Controller/CloudStorage.py

@@ -139,6 +139,8 @@ class CloudStorageView(View):
                 'duration': 10,
             })
         playlist = PlaylistGenerator(playlist_entries).generate()
+        response = HttpResponse(playlist, content_type="application/octet-stream")
+        return response
         return HttpResponse(status=200, content=playlist)