#624 tmdb_collections are now managed

This commit is contained in:
meisnate12 2022-01-25 01:36:49 -05:00
parent db9b08a5c3
commit 9d0a92e925

View file

@ -659,6 +659,8 @@ def library_operations(config, library):
new_collections[title] = {"template": template}
metadata = MetadataFile(config, library, "Data", {"collections": new_collections, "templates": templates})
if metadata.collections:
library.collections.extend([c for c in metadata.collections])
run_collection(config, library, metadata, metadata.get_collections(None))
if library.radarr_remove_by_tag: