Missed a line somehow.
This commit is contained in:
parent
7a2d0d2ef7
commit
08ea50bdca
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class Kodi_Monitor(xbmc.Monitor):
|
|||
if method == "System.OnWake":
|
||||
xbmc.sleep(10000) #Allow network to wake up
|
||||
utils.logMsg("Doing_Db_Sync Post Resume: syncDatabase (Started)",1)
|
||||
libSync = LibrarySync().FullLibrarySync()
|
||||
utils.logMsg("Doing_Db_Sync Post Resume: syncDatabase (Finished) " + str(libSync),1)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue