[46] mal None fix

pull/1052/head
meisnate12 2 years ago
parent 33f5952e05
commit db8a1d7d5d

@ -1 +1 @@
1.17.3-develop45
1.17.3-develop46

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

Loading…
Cancel
Save