Clear property
So artwork can be deleted when needed, after the initial sync has completed
This commit is contained in:
parent
6653b1a929
commit
049c304f8b
1 changed files with 2 additions and 1 deletions
|
@ -293,6 +293,7 @@ class LibrarySync(threading.Thread):
|
|||
elapsedtotal = datetime.now() - starttotal
|
||||
|
||||
utils.window('emby_dbScan', clear=True)
|
||||
utils.window('emby_initialScan', clear=True)
|
||||
xbmcgui.Dialog().notification(
|
||||
heading="Emby for Kodi",
|
||||
message="%s completed in: %s" %
|
||||
|
@ -927,7 +928,7 @@ class LibrarySync(threading.Thread):
|
|||
def resumeThread(self):
|
||||
self.suspend_thread = False
|
||||
self.logMsg("Resuming thread...", 0)
|
||||
|
||||
|
||||
|
||||
class ManualSync(LibrarySync):
|
||||
|
||||
|
|
Loading…
Reference in a new issue