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 #
# # desired collection's key from the chart above. #
# #
# # Customize summary of collection #
# summary: A collection of ... #
# # Turn the collection on/off #
# use_key: true #
# # Determines collection order in its section #
@ -70,10 +72,11 @@ templates:
trakt:
default:
limit_<<key>>: 100
summary: A collection of Trakt's Weekly <<library_type>> List
trakt_chart:
chart: <<key>>
limit: <<limit_<<key>>>>
summary: A collection of Trakt's Weekly <<library_type>> List
summary: <<summary>>
dynamic_collections:
Trakt:

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

Loading…
Cancel
Save