mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-06 16:26:13 +00:00
Ensure all threads are terminated correctly
This commit is contained in:
parent
1147a3b2bf
commit
45eb2aac60
2 changed files with 17 additions and 21 deletions
|
@ -118,6 +118,7 @@ class Service(xbmc.Monitor):
|
|||
if self.waitForAbort(1):
|
||||
break
|
||||
|
||||
window('emby_should_stop.bool', True)
|
||||
self.shutdown()
|
||||
|
||||
def start_default(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue