From 41b44930726452d007ef8cf0251f45ad51d35083 Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 3 Sep 2017 13:30:50 +0200 Subject: [PATCH] Sleep longer --- resources/lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/utils.py b/resources/lib/utils.py index 4325eb78..3c24a36f 100644 --- a/resources/lib/utils.py +++ b/resources/lib/utils.py @@ -86,7 +86,7 @@ def plex_command(key, value): value: either 'True' or 'False' """ while window('plex_command'): - xbmc.sleep(5) + xbmc.sleep(20) window('plex_command', value='%s-%s' % (key, value))