Ensure all threads are terminated correctly

This commit is contained in:
angelblue05 2018-10-08 22:35:40 -05:00
parent 1147a3b2bf
commit 45eb2aac60
2 changed files with 17 additions and 21 deletions

View file

@ -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):