mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-13 21:56:11 +00:00
Missed a line
This commit is contained in:
parent
11e4a70e25
commit
17ebed7d3d
1 changed files with 0 additions and 2 deletions
|
@ -259,7 +259,6 @@ class WebSocketThread(threading.Thread):
|
||||||
on_close = self.on_close)
|
on_close = self.on_close)
|
||||||
|
|
||||||
self.client.on_open = self.on_open
|
self.client.on_open = self.on_open
|
||||||
self.doUtils.postCapabilities(deviceId)
|
|
||||||
|
|
||||||
while not self.KodiMonitor.abortRequested():
|
while not self.KodiMonitor.abortRequested():
|
||||||
|
|
||||||
|
@ -273,7 +272,6 @@ class WebSocketThread(threading.Thread):
|
||||||
if WINDOW.getProperty("Server_online") == "true":
|
if WINDOW.getProperty("Server_online") == "true":
|
||||||
self.logMsg("Server is unreachable.", 1)
|
self.logMsg("Server is unreachable.", 1)
|
||||||
WINDOW.setProperty("Server_online", "false")
|
WINDOW.setProperty("Server_online", "false")
|
||||||
xbmcgui.Dialog().notification("Error connecting", "Server is unreachable.")
|
|
||||||
|
|
||||||
if self.KodiMonitor.waitForAbort(5):
|
if self.KodiMonitor.waitForAbort(5):
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue