From 1dac1c4f4b8bfc43c199a73d042eb3dfb8fb4df2 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Fri, 17 Jun 2016 14:52:53 -0500 Subject: [PATCH] Fix typo --- resources/lib/artwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 663cfb06..4ed0b8d9 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -427,7 +427,7 @@ class Artwork(): # Only for the main backdrop, poster if (window('emby_initialScan') != "true" and - imageType in ("fanart", "poster")): + image_type in ("fanart", "poster")): # Delete current entry before updating with the new one self.deleteCachedArtwork(url)