diff --git a/app/routes.py b/app/routes.py index 40e98e6..ddfa019 100644 --- a/app/routes.py +++ b/app/routes.py @@ -307,7 +307,7 @@ def watch(): # Use nginx try: - url = info['video']['url'].replace(hostName, config['serverName'])+"&hostname="+hostName + url = info['video']['url'].replace(hostName, config['serverName'])+"?hostname="+hostName except: url = "#"