diff --git a/app/routes.py b/app/routes.py index f5e90ab..0326912 100644 --- a/app/routes.py +++ b/app/routes.py @@ -331,7 +331,7 @@ def watch(): # Use nginx try: - url = info['video']['url'].replace("https://{}".format(hostName), "")+"?host="+hostName + url = info['video']['url'].replace("https://{}".format(hostName), "")+"&host="+hostName except: url = "#"