mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-04-30 06:28:47 +00:00
Check for pending actions every 10 secs
This commit is contained in:
parent
2930150113
commit
705d51496f
1 changed files with 2 additions and 1 deletions
|
@ -127,6 +127,7 @@ class Service():
|
|||
if self.KodiMonitor.waitForAbort(10):
|
||||
# Abort was requested while waiting. We should exit
|
||||
break
|
||||
WebSocketThread().processPendingActions()
|
||||
|
||||
else:
|
||||
xbmc.log("Not authenticated yet")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue