Don't cache actor artwork
- It takes too long and takes up too much memory
This commit is contained in:
parent
44b98e5694
commit
3616c25a98
1 changed files with 2 additions and 1 deletions
|
@ -411,6 +411,7 @@ class Artwork():
|
||||||
cursor.execute(query, (imageUrl, kodiId, mediaType, imageType))
|
cursor.execute(query, (imageUrl, kodiId, mediaType, imageType))
|
||||||
|
|
||||||
# Cache fanart and poster in Kodi texture cache
|
# Cache fanart and poster in Kodi texture cache
|
||||||
|
if mediaType != 'actor':
|
||||||
self.cacheTexture(imageUrl)
|
self.cacheTexture(imageUrl)
|
||||||
|
|
||||||
def deleteArtwork(self, kodiId, mediaType, cursor):
|
def deleteArtwork(self, kodiId, mediaType, cursor):
|
||||||
|
|
Loading…
Reference in a new issue