[89] properly load the items

This commit is contained in:
meisnate12 2023-02-23 14:17:32 -05:00
parent 3d82e3c675
commit 697788573a
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
1.18.3-develop88
1.18.3-develop89

View file

@ -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")