Fix IMPORTANT typo. Do git pull
!
This commit is contained in:
parent
31b6e17750
commit
37fa630c23
@ -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 = "#"
|
||||
|
||||
|
Reference in New Issue
Block a user