This commit is contained in:
angelblue05 2016-06-17 14:52:53 -05:00
parent 9314c4a363
commit 1dac1c4f4b

View file

@ -427,7 +427,7 @@ class Artwork():
# Only for the main backdrop, poster # Only for the main backdrop, poster
if (window('emby_initialScan') != "true" and if (window('emby_initialScan') != "true" and
imageType in ("fanart", "poster")): image_type in ("fanart", "poster")):
# Delete current entry before updating with the new one # Delete current entry before updating with the new one
self.deleteCachedArtwork(url) self.deleteCachedArtwork(url)