Fix keyError for url-encoding

This commit is contained in:
tomkat83 2017-01-08 11:38:37 +01:00
parent 234f5042a3
commit 8e6d94129b

View file

@ -281,7 +281,7 @@ class Artwork():
def cacheTexture(self, url):
# Cache a single image url to the texture cache
if url and self.enableTextureCache:
self.queue.put(double_urlencode(url))
self.queue.put(double_urlencode(tryEncode(url)))
def addArtwork(self, artwork, kodiId, mediaType, cursor):
# Kodi conversion table