update franchise minimum items

pull/338/head
meisnate12 2 years ago
parent 64a1eda863
commit 264e8991f0

@ -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>>

Loading…
Cancel
Save