Fix AttributeError on forcing texture caching

This commit is contained in:
croneter 2018-09-17 18:13:33 +02:00
parent 9efaa11830
commit 6666d3fc3a

View file

@ -318,7 +318,7 @@ class Artwork():
"Video", "plex")
for path in paths:
new_path = path_ops.translate_path("special://thumbnails/%s" % path)
path_ops.makedirs(utils.encode_path(new_path))
path_ops.makedirs(path_ops.encode_path(new_path))
class ArtworkSyncMessage(object):