mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 05:36:12 +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
|
@ -332,7 +332,8 @@ class Artwork():
|
|||
cacheimage = True
|
||||
|
||||
# Only for the main backdrop, poster
|
||||
if imageType in ("fanart", "poster"):
|
||||
if (utils.window('emby_initialScan') != "true" and
|
||||
imageType in ("fanart", "poster")):
|
||||
# Delete current entry before updating with the new one
|
||||
self.deleteCachedArtwork(url)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue