From 697788573a7d146b94c51d9b5442d1b0b0b6f71c Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Thu, 23 Feb 2023 14:17:32 -0500 Subject: [PATCH] [89] properly load the items --- VERSION | 2 +- modules/meta.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f5711e33..7ee335b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop88 +1.18.3-develop89 diff --git a/modules/meta.py b/modules/meta.py index b9fa7f3d..99dacd3c 100644 --- a/modules/meta.py +++ b/modules/meta.py @@ -1236,6 +1236,7 @@ class MetadataFile(DataFile): logger.trace("") logger.trace("Edition Filtering: ") for i in item: + self.library.reload(i) check = i.editionTitle if i.editionTitle else "" if blank_edition and not check: logger.trace(f" Found {i.title} with no Edition")