mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-26 06:20:23 +00:00
fixed no attribute error
This commit is contained in:
parent
21bd175de2
commit
3ffd701bac
1 changed files with 1 additions and 0 deletions
|
@ -1092,6 +1092,7 @@ class CollectionBuilder:
|
|||
for item in self.library.get_collection_items(self.obj, self.smart_label_collection):
|
||||
self.plex_map[item.ratingKey] = item
|
||||
else:
|
||||
self.obj = None
|
||||
self.sync = False
|
||||
self.run_again = False
|
||||
logger.info("")
|
||||
|
|
Loading…
Reference in a new issue