diff --git a/VERSION b/VERSION index 1279ca63..4017b161 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.3-develop45 +1.17.3-develop46 diff --git a/modules/library.py b/modules/library.py index 59b16b27..b9e1ffc3 100644 --- a/modules/library.py +++ b/modules/library.py @@ -117,7 +117,7 @@ class Library(ABC): self.library_operation = True if self.items_library_operation or self.delete_unmanaged_collections or self.delete_collections_with_less \ or self.radarr_remove_by_tag or self.sonarr_remove_by_tag or self.mass_collection_mode \ or self.show_unmanaged or self.metadata_backup or self.update_blank_track_titles else False - self.meta_operations = [getattr(self, o) for o in operations.meta_operations] + self.meta_operations = [getattr(self, o) for o in operations.meta_operations if o] if self.asset_directory: logger.info("")