fix shared section in templates and trakt summary FR (#458)

pull/459/head
bullmoose20 2 years ago committed by GitHub
parent 37b2bd83dc
commit c1476e4fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,8 @@
# # Available options. Replace "key" with the # # # Available options. Replace "key" with the #
# # desired collection's key from the chart above. # # # desired collection's key from the chart above. #
# # # #
# # Customize summary of collection #
# summary: A collection of ... #
# # Turn the collection on/off # # # Turn the collection on/off #
# use_key: true # # use_key: true #
# # Determines collection order in its section # # # Determines collection order in its section #
@ -70,10 +72,11 @@ templates:
trakt: trakt:
default: default:
limit_<<key>>: 100 limit_<<key>>: 100
summary: A collection of Trakt's Weekly <<library_type>> List
trakt_chart: trakt_chart:
chart: <<key>> chart: <<key>>
limit: <<limit_<<key>>>> limit: <<limit_<<key>>>>
summary: A collection of Trakt's Weekly <<library_type>> List summary: <<summary>>
dynamic_collections: dynamic_collections:
Trakt: Trakt:

@ -33,7 +33,7 @@ templates:
key: <<collection_name>> key: <<collection_name>>
pre: "_" pre: "_"
order_<<key>>: "" order_<<key>>: ""
image: chart/<<key_encoded>> image: chart/<<collection_name_encoded>>
item_radarr_tag_<<key>>: <<item_radarr_tag>> item_radarr_tag_<<key>>: <<item_radarr_tag>>
item_sonarr_tag_<<key>>: <<item_sonarr_tag>> item_sonarr_tag_<<key>>: <<item_sonarr_tag>>
optional: optional:

Loading…
Cancel
Save