diff --git a/resources/lib/kodimonitor.py b/resources/lib/kodimonitor.py index ae2e8ef3..f5ea2288 100644 --- a/resources/lib/kodimonitor.py +++ b/resources/lib/kodimonitor.py @@ -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)