mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Correct typo
This commit is contained in:
parent
601f578892
commit
a7131c2867
1 changed files with 1 additions and 1 deletions
|
@ -1315,7 +1315,7 @@ class LibrarySync(threading.Thread):
|
|||
if utils.window('emby_syncRunning') != "true":
|
||||
self.logMsg("SyncDatabase onWake (started)", 0)
|
||||
librarySync = self.startSync()
|
||||
self.logMsg("SyncDatabase onWake (finished) %s", librarySync, 0)
|
||||
self.logMsg("SyncDatabase onWake (finished) %s" % librarySync, 0)
|
||||
|
||||
if self.stop_thread:
|
||||
# Set in service.py
|
||||
|
|
Loading…
Reference in a new issue