From a840643e484392526f19a81a50430ce19aad1881 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Wed, 22 Feb 2023 12:13:28 -0500 Subject: [PATCH] [82] fix actor default images --- VERSION | 2 +- defaults/templates.yml | 1 + modules/meta.py | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 5fb174f7..12afe9a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop81 +1.18.3-develop82 diff --git a/defaults/templates.yml b/defaults/templates.yml index 06ad92b3..234d0a4d 100644 --- a/defaults/templates.yml +++ b/defaults/templates.yml @@ -96,6 +96,7 @@ templates: - tmdb_person_offset tmdb_person: <> tmdb_person_offset: <> + url_poster: <>>> conditionals: extra: default: "" diff --git a/modules/meta.py b/modules/meta.py index 00e20368..a2980180 100644 --- a/modules/meta.py +++ b/modules/meta.py @@ -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)