diff --git a/VERSION b/VERSION index 6acf8a21..87b54d9f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop48 +1.18.3-develop49 diff --git a/modules/overlays.py b/modules/overlays.py index a1595daf..f2fea6b2 100644 --- a/modules/overlays.py +++ b/modules/overlays.py @@ -79,6 +79,7 @@ class Overlays: poster = None if self.config.Cache: image, image_compare, overlay_compare = self.config.Cache.query_image_map(item.ratingKey, f"{self.library.image_table_name}_overlays") + self.library.reload(item) overlay_compare = [] if overlay_compare is None else util.get_list(overlay_compare, split="|") has_overlay = any([item_tag.tag.lower() == "overlay" for item_tag in self.library.item_labels(item)])