mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Updated the while loop
Removed deprecated method of xbmc.abortRequested for the new abortRequested() - new Helix method
This commit is contained in:
parent
0481ea8abf
commit
dd03c993b5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Service():
|
||||||
|
|
||||||
ws = WebSocketThread()
|
ws = WebSocketThread()
|
||||||
|
|
||||||
while not xbmc.abortRequested:
|
while not self.KodiMonitor.abortRequested():
|
||||||
|
|
||||||
xbmc.sleep(1000)
|
xbmc.sleep(1000)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue