screensaver sync delay increased to 5 seconds
This commit is contained in:
parent
a07f545d5a
commit
ffb2b11d7c
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class KodiMonitor(xbmc.Monitor):
|
|||
|
||||
elif method == "GUI.OnScreensaverDeactivated":
|
||||
if utils.settings('dbSyncScreensaver') == "true":
|
||||
xbmc.sleep(1000);
|
||||
xbmc.sleep(5000);
|
||||
utils.window('emby_onWake', value="true")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue