Attempt to fix rare Kodi crash on PKC exit
This commit is contained in:
parent
d92ce36890
commit
26689e16d4
1 changed files with 1 additions and 1 deletions
|
@ -567,4 +567,4 @@ class ContextMonitor(backgroundthread.KillableThread):
|
||||||
else:
|
else:
|
||||||
# Different context menu is displayed
|
# Different context menu is displayed
|
||||||
app.PLAYSTATE.resume_playback = False
|
app.PLAYSTATE.resume_playback = False
|
||||||
app.APP.monitor.waitForAbort(0.1)
|
xbmc.sleep(100)
|
||||||
|
|
Loading…
Reference in a new issue