This commit is contained in:
deathbybandaid 2021-02-04 09:47:56 -05:00
parent e1b5b25b98
commit af6fef0fd0

View File

@ -116,7 +116,7 @@ class WebWatch_Tuner():
tuner.close()
abort(response)
return Response(stream.get(), mimetype="video/mp4")
return Response(stream.get(), mimetype='multipart/x-mixed-replace; boundary=frame')
if redirect_url:
return redirect("%s?retmessage=%s" % (redirect_url, urllib.parse.quote("%s Success" % method)))