From 26689e16d44f37ced8bffd2c14ff84fdb91804f0 Mon Sep 17 00:00:00 2001 From: croneter Date: Fri, 5 Apr 2019 16:47:59 +0200 Subject: [PATCH] Attempt to fix rare Kodi crash on PKC exit --- resources/lib/kodimonitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)