mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06: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)
|
||||
|
||||
self.client.on_open = self.on_open
|
||||
self.doUtils.postCapabilities(deviceId)
|
||||
|
||||
while not self.KodiMonitor.abortRequested():
|
||||
|
||||
|
@ -273,7 +272,6 @@ 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", "Server is unreachable.")
|
||||
|
||||
if self.KodiMonitor.waitForAbort(5):
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue