mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Quick follow up
This commit is contained in:
parent
17ebed7d3d
commit
e32c27685b
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ class WebSocketThread(threading.Thread):
|
|||
if WINDOW.getProperty("Server_online") == "true":
|
||||
self.logMsg("Server is unreachable.", 1)
|
||||
WINDOW.setProperty("Server_online", "false")
|
||||
xbmcgui.Dialog().notification("Error connecting", "%s Server is unreachable." % self.addonName)
|
||||
|
||||
if self.KodiMonitor.waitForAbort(5):
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue