From 113f7b1f158f27411a84a228ae499da7e1d042ad Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 20 Sep 2020 10:54:10 +0200 Subject: [PATCH] Update routes.py --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "#"