From bddedc65c728b47174775821c8cd7b1725b88a17 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Sat, 16 Apr 2022 23:24:47 -0400 Subject: [PATCH] turn library operations back on --- VERSION | 2 +- plex_meta_manager.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)