Update routes.py
This commit is contained in:
parent
37fa630c23
commit
113f7b1f15
@ -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