Fix incorrect HTTP_ROOT when launching browser
This commit is contained in:
@@ -239,7 +239,7 @@ def main():
|
|||||||
# Open webbrowser
|
# Open webbrowser
|
||||||
if plexpy.CONFIG.LAUNCH_BROWSER and not args.nolaunch and not plexpy.DEV:
|
if plexpy.CONFIG.LAUNCH_BROWSER and not args.nolaunch and not plexpy.DEV:
|
||||||
plexpy.launch_browser(plexpy.CONFIG.HTTP_HOST, http_port,
|
plexpy.launch_browser(plexpy.CONFIG.HTTP_HOST, http_port,
|
||||||
plexpy.CONFIG.HTTP_ROOT)
|
plexpy.HTTP_ROOT)
|
||||||
|
|
||||||
# Wait endlessy for a signal to happen
|
# Wait endlessy for a signal to happen
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user