mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[89] properly load the items
This commit is contained in:
parent
3d82e3c675
commit
697788573a
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.18.3-develop88
|
1.18.3-develop89
|
||||||
|
|
|
@ -1236,6 +1236,7 @@ class MetadataFile(DataFile):
|
||||||
logger.trace("")
|
logger.trace("")
|
||||||
logger.trace("Edition Filtering: ")
|
logger.trace("Edition Filtering: ")
|
||||||
for i in item:
|
for i in item:
|
||||||
|
self.library.reload(i)
|
||||||
check = i.editionTitle if i.editionTitle else ""
|
check = i.editionTitle if i.editionTitle else ""
|
||||||
if blank_edition and not check:
|
if blank_edition and not check:
|
||||||
logger.trace(f" Found {i.title} with no Edition")
|
logger.trace(f" Found {i.title} with no Edition")
|
||||||
|
|
Loading…
Reference in a new issue