mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
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":
|
elif method == "GUI.OnScreensaverDeactivated":
|
||||||
if utils.settings('dbSyncScreensaver') == "true":
|
if utils.settings('dbSyncScreensaver') == "true":
|
||||||
xbmc.sleep(1000);
|
xbmc.sleep(5000);
|
||||||
utils.window('emby_onWake', value="true")
|
utils.window('emby_onWake', value="true")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue