- Advent calendar schedule must exist in template, not dynamic collection
This commit is contained in:
parent
df771bc908
commit
31b555753f
|
@ -10,6 +10,7 @@ templates:
|
|||
trakt_list:
|
||||
- https://trakt.tv/users/pierredurrr/lists/advent-calendar
|
||||
limit: <<key>>
|
||||
schedule: range(12/01-12/26)
|
||||
visible_home: yearly(12/<<key>>)
|
||||
visible_shared: yearly(12/<<key>>)
|
||||
visible_library: yearly(12/<<key>>)
|
||||
|
@ -346,6 +347,5 @@ dynamic_collections:
|
|||
starting: 1
|
||||
ending: 25
|
||||
title_format: "🎄 Advent Calendar - Day <<key>>"
|
||||
schedule: range(12/01-12/26)
|
||||
template:
|
||||
- Christmas_Advent_Calendar
|
||||
|
|
Loading…
Reference in New Issue