diff --git a/web/webwatch.html b/web/webwatch.html index 5d03d11..53e77a2 100644 --- a/web/webwatch.html +++ b/web/webwatch.html @@ -4,7 +4,7 @@

fHDHR Channel Watch

diff --git a/web/webwatch_api.py b/web/webwatch_api.py index ae0dcdb..7c08493 100644 --- a/web/webwatch_api.py +++ b/web/webwatch_api.py @@ -116,7 +116,7 @@ class WebWatch_Tuner(): tuner.close() abort(response) - return Response(stream.get(), mimetype="video/webm") + return Response(stream.get()) if redirect_url: return redirect("%s?retmessage=%s" % (redirect_url, urllib.parse.quote("%s Success" % method)))