diff --git a/VERSION b/VERSION index 1a0abb55..e0f4fe0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.1-develop54 +1.15.1-develop55 diff --git a/plex_meta_manager.py b/plex_meta_manager.py index 21516e7c..db67c435 100644 --- a/plex_meta_manager.py +++ b/plex_meta_manager.py @@ -256,7 +256,7 @@ def update_libraries(config): for collection in library.get_all_collections(): logger.info(f"Collection {collection.title} Deleted") 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("") util.separator(f"Mapping {library.name} Library", space=False, border=False) logger.info("")