chanjunkai 5 years ago
parent
commit
52a3209d5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -139,7 +139,7 @@ class CloudStorageView(View):
                 'duration': 10,
             })
         playlist = PlaylistGenerator(playlist_entries).generate()
-        return HttpResponse(status=200, content=playlist,content_type='application/json')
+        return HttpResponse(status=200, content=playlist)
 
 
     def do_get_sign_sts(self, request_dict, ip, response):