mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-20 05:18:58 +00:00
Prevent deleting artwork during initial sync
This commit is contained in:
parent
a7131c2867
commit
e4fb2de7c2
3 changed files with 5 additions and 2 deletions
|
@ -216,6 +216,7 @@ class LibrarySync(threading.Thread):
|
|||
message = "Repair sync"
|
||||
else:
|
||||
message = "Initial sync"
|
||||
utils.window('emby_initialScan', value="true")
|
||||
|
||||
pDialog = self.progressDialog("%s" % message, forced=True)
|
||||
starttotal = datetime.now()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue