mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #39 from NickSC/master
This commit is contained in:
commit
417b8d3b22
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