Update routes.py
This commit is contained in:
parent
37fa630c23
commit
113f7b1f15
@ -307,7 +307,7 @@ def watch():
|
|||||||
|
|
||||||
# Use nginx
|
# Use nginx
|
||||||
try:
|
try:
|
||||||
url = info['video']['url'].replace(hostName, config['serverName'])+"?hostname="+hostName
|
url = info['video']['url'].replace(hostName, config['serverName'])+"&hostname="+hostName
|
||||||
except:
|
except:
|
||||||
url = "#"
|
url = "#"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user