Explicitly delete xbmc.Monitor() and xbmc.Player()
This commit is contained in:
parent
28500d2cdf
commit
97c3239657
1 changed files with 5 additions and 0 deletions
|
@ -556,6 +556,11 @@ class Service(object):
|
|||
library_sync.clear_window_vars()
|
||||
# Will block until threads have quit
|
||||
app.APP.stop_threads()
|
||||
# CLEANUP
|
||||
# Kodi's xbmc.Monitor() stalls
|
||||
# delete xbmc.Player() just to be sure
|
||||
del app.APP.monitor
|
||||
del app.APP.player
|
||||
|
||||
|
||||
def start():
|
||||
|
|
Loading…
Reference in a new issue