mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-25 05:50:21 +00:00
[82] fix actor default images
This commit is contained in:
parent
a42be0ea1a
commit
a840643e48
3 changed files with 4 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.3-develop81
|
||||
1.18.3-develop82
|
||||
|
|
|
@ -96,6 +96,7 @@ templates:
|
|||
- tmdb_person_offset
|
||||
tmdb_person: <<tmdb_person>>
|
||||
tmdb_person_offset: <<tmdb_person_offset>>
|
||||
url_poster: <<url_poster_<<key>>>>
|
||||
conditionals:
|
||||
extra:
|
||||
default: ""
|
||||
|
|
|
@ -559,6 +559,8 @@ class DataFile:
|
|||
new_attributes[new_name] = check_data(new_name, attr_data, debug_template)
|
||||
except Failed:
|
||||
continue
|
||||
logger.trace(f"Current Final: {new_attributes}")
|
||||
logger.trace("")
|
||||
logger.separator(f"Final Template Attributes", space=False, border=False, debug=True)
|
||||
logger.debug("")
|
||||
logger.debug(new_attributes)
|
||||
|
|
Loading…
Reference in a new issue