update franchise minimum items

This commit is contained in:
meisnate12 2022-06-12 02:22:19 -04:00
parent 64a1eda863
commit 264e8991f0

View File

@ -12,6 +12,8 @@
# radarr_add_missing: true # # radarr_add_missing: true #
# # Sets the collection order of the collection # # # Sets the collection order of the collection #
# collection_order: alpha # # collection_order: alpha #
# # Sets the minimum items of the collection #
# minimum_items: 2 #
############################################################# #############################################################
external_templates: external_templates:
@ -23,12 +25,14 @@ templates:
collection: collection:
default: default:
collection_order: release collection_order: release
minimum_items: 2
optional: optional:
- collection - collection
- movie - movie
- radarr_add_missing - radarr_add_missing
- name_mapping - name_mapping
cache_builders: 1 cache_builders: 1
minimum_items: <<minimum_items>>
tmdb_collection_details: <<value>> tmdb_collection_details: <<value>>
tmdb_movie: <<movie>> tmdb_movie: <<movie>>
name_mapping: <<name_mapping>> name_mapping: <<name_mapping>>