From 37fa630c235116435442b4b3382ba009c147d3b5 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 20 Sep 2020 10:48:39 +0200 Subject: [PATCH] Fix IMPORTANT typo. Do `git pull`! --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "#"