diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 08105837..89990832 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -411,7 +411,8 @@ class Artwork(): cursor.execute(query, (imageUrl, kodiId, mediaType, imageType)) # Cache fanart and poster in Kodi texture cache - self.cacheTexture(imageUrl) + if mediaType != 'actor': + self.cacheTexture(imageUrl) def deleteArtwork(self, kodiId, mediaType, cursor): query = ' '.join((