mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
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":
|
if method == "System.OnWake":
|
||||||
xbmc.sleep(10000) #Allow network to wake up
|
xbmc.sleep(10000) #Allow network to wake up
|
||||||
utils.logMsg("Doing_Db_Sync Post Resume: syncDatabase (Started)",1)
|
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)
|
utils.logMsg("Doing_Db_Sync Post Resume: syncDatabase (Finished) " + str(libSync),1)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue