mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
turn library operations back on
This commit is contained in:
parent
dd7544ad4f
commit
bddedc65c7
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.16.4
|
||||
1.16.5
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue