Merge pull request #819 from croneter/fix-kodi-crash
Attempt to fix rare Kodi crash on PKC exit
This commit is contained in:
commit
b178526ca1
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