Fix IMPORTANT typo. Do git pull!

This commit is contained in:
PLUJA 2020-09-20 10:48:39 +02:00 committed by GitHub
parent 31b6e17750
commit 37fa630c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = "#"