diff --git a/app/routes.py b/app/routes.py index ddfa019..40e98e6 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 = "#"