Remove obsolete variable

This commit is contained in:
Croneter 2018-06-15 14:09:40 +02:00
parent 0653b79306
commit 391cbab0be
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ def extra_fanart(plex_id, plex_path):
else:
LOG.info("Found cached backdrop.")
# Use existing cached images
for root, dirs, files in walk(fanart_dir):
for root, _, files in walk(fanart_dir):
for file in files:
art_file = try_encode(join(root, file))
listitem = ListItem(file, path=art_file)