mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
#278 fix mass_update
This commit is contained in:
parent
e4db5460c1
commit
12986b4154
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ def mass_metadata(config, library):
|
|||
tvdb_id = None
|
||||
imdb_id = None
|
||||
if config.Cache:
|
||||
t_id, guid_media_type, _ = config.Cache.config.Cache.query_guid_map(item.guid)
|
||||
t_id, guid_media_type, _ = config.Cache.query_guid_map(item.guid)
|
||||
if t_id:
|
||||
if "movie" in guid_media_type:
|
||||
tmdb_id = t_id
|
||||
|
|
Loading…
Reference in a new issue