diff --git a/VERSION b/VERSION index a2320736..0d92a102 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.4 +1.16.5 diff --git a/plex_meta_manager.py b/plex_meta_manager.py index 285768ea..21a1bea6 100644 --- a/plex_meta_manager.py +++ b/plex_meta_manager.py @@ -278,7 +278,7 @@ def update_libraries(config): run_collection(config, library, metadata, collections_to_run) logger.re_add_library_handler(library.mapping_name) - if config.library_first and library.library_operation and not config.test_mode and not collection_only: + if not config.library_first and library.library_operation and not config.test_mode and not collection_only: library.Operations.run_operations() logger.remove_library_handler(library.mapping_name)