[89] properly load the items

pull/1324/head
meisnate12 2 years ago
parent 3d82e3c675
commit 697788573a

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

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

Loading…
Cancel
Save