[8] more overlay

This commit is contained in:
meisnate12 2022-04-19 18:22:27 -04:00
parent de645d905a
commit ff0ee3dce2
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.16.5-develop7
1.16.5-develop8

View file

@ -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("")