mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Fix websocket not connecting after setup wizard
This commit is contained in:
parent
4c9ddbd8b7
commit
dbc53ca710
1 changed files with 2 additions and 1 deletions
|
@ -2990,7 +2990,8 @@ class WebInterface(object):
|
|||
# Get new server URLs for SSL communications and get new server friendly name
|
||||
if server_changed:
|
||||
plextv.get_server_resources()
|
||||
web_socket.reconnect()
|
||||
if plexpy.WS_CONNECTED:
|
||||
web_socket.reconnect()
|
||||
|
||||
# If first run, start websocket
|
||||
if first_run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue