Merge pull request #819 from croneter/fix-kodi-crash

Attempt to fix rare Kodi crash on PKC exit
This commit is contained in:
croneter 2019-04-05 17:13:09 +02:00 committed by GitHub
commit b178526ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)