diff --git a/VERSION b/VERSION index 80e0e8e6..29fdb75b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.5-develop7 +1.16.5-develop8 diff --git a/plex_meta_manager.py b/plex_meta_manager.py index 12e7b662..1dc1ef4b 100644 --- a/plex_meta_manager.py +++ b/plex_meta_manager.py @@ -259,7 +259,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 and not operations_only and (library.metadata_files or library.overlay_files): + if not library.is_other and not library.is_music and not operations_only and (library.metadata_files or library.overlay_files or library.remove_overlays): logger.info("") logger.separator(f"Mapping {library.name} Library", space=False, border=False) logger.info("")