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
|
elapsedtotal = datetime.now() - starttotal
|
||||||
|
|
||||||
utils.window('emby_dbScan', clear=True)
|
utils.window('emby_dbScan', clear=True)
|
||||||
|
utils.window('emby_initialScan', clear=True)
|
||||||
xbmcgui.Dialog().notification(
|
xbmcgui.Dialog().notification(
|
||||||
heading="Emby for Kodi",
|
heading="Emby for Kodi",
|
||||||
message="%s completed in: %s" %
|
message="%s completed in: %s" %
|
||||||
|
|
Loading…
Reference in a new issue