#542 Fix double load for only operations

pull/707/head
meisnate12 3 years ago
parent 03587eef8c
commit 03532f6496

@ -1 +1 @@
1.15.1-develop54 1.15.1-develop55

@ -256,7 +256,7 @@ def update_libraries(config):
for collection in library.get_all_collections(): for collection in library.get_all_collections():
logger.info(f"Collection {collection.title} Deleted") logger.info(f"Collection {collection.title} Deleted")
library.query(collection.delete) library.query(collection.delete)
if not library.is_other and not library.is_music: if not library.is_other and not library.is_music and library.metadata_files and not library_only:
logger.info("") logger.info("")
util.separator(f"Mapping {library.name} Library", space=False, border=False) util.separator(f"Mapping {library.name} Library", space=False, border=False)
logger.info("") logger.info("")

Loading…
Cancel
Save