mirror of
https://github.com/mza921/Plex-Auto-Collections
synced 2025-02-16 12:08:27 +00:00
Update GUID map for both tmdb_id and imdb_id
This commit is contained in:
parent
a084aa5e0c
commit
d38f0f636e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ def get_map(config_path, plex):
|
|||
key_id = tmdb_id
|
||||
print(adjust_space(current_length, "| GUID map | {} | {:<46} | {:<6} | {}".format("^" if update == True else "+", item.guid, key_id, item.title)))
|
||||
update_guid_map(config_path, item.guid, tmdb_id=key_id)
|
||||
elif imdb_id:
|
||||
if imdb_id:
|
||||
key_id = imdb_id
|
||||
print(adjust_space(current_length, "| GUID map | {} | {:<46} | {:<6} | {}".format("^" if update == True else "+", item.guid, key_id, item.title)))
|
||||
update_guid_map(config_path, item.guid, imdb_id=key_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue