If aborting fullsync, reset Kodi screensaver
This commit is contained in:
parent
e6b4646aa1
commit
b0cde71fe3
1 changed files with 2 additions and 0 deletions
|
@ -583,6 +583,8 @@ class LibrarySync(Thread):
|
||||||
# Do the processing
|
# Do the processing
|
||||||
for itemtype in process:
|
for itemtype in process:
|
||||||
if self.threadStopped():
|
if self.threadStopped():
|
||||||
|
xbmc.executebuiltin('InhibitIdleShutdown(false)')
|
||||||
|
setScreensaver(value=screensaver)
|
||||||
return False
|
return False
|
||||||
if not process[itemtype]():
|
if not process[itemtype]():
|
||||||
xbmc.executebuiltin('InhibitIdleShutdown(false)')
|
xbmc.executebuiltin('InhibitIdleShutdown(false)')
|
||||||
|
|
Loading…
Reference in a new issue