Fix AttributeError on forcing texture caching
This commit is contained in:
parent
9efaa11830
commit
6666d3fc3a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue