Attempt to fix rare Kodi crash on PKC exit

This commit is contained in:
croneter 2019-04-05 16:47:59 +02:00
parent d92ce36890
commit 26689e16d4

View file

@ -567,4 +567,4 @@ class ContextMonitor(backgroundthread.KillableThread):
else:
# Different context menu is displayed
app.PLAYSTATE.resume_playback = False
app.APP.monitor.waitForAbort(0.1)
xbmc.sleep(100)