mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
typo #102
This commit is contained in:
parent
a919a1bb59
commit
d89596d7b9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class LetterboxdAPI:
|
|||
except Failed as e:
|
||||
logger.error(e)
|
||||
continue
|
||||
if self.config.ache:
|
||||
if self.config.Cache:
|
||||
self.config.Cache.update_letterboxd(expired, item[0], tmdb_id)
|
||||
movie_ids.append(tmdb_id)
|
||||
util.print_end(length, f"Processed {total_items} TMDb IDs")
|
||||
|
|
Loading…
Add table
Reference in a new issue