- Fix collection_order for bucket list, advent calendar
This commit is contained in:
parent
3503798e92
commit
981108a319
|
@ -10,6 +10,7 @@ templates:
|
|||
trakt_list:
|
||||
- https://trakt.tv/users/pierredurrr/lists/advent-calendar
|
||||
limit: <<key>>
|
||||
collection_order: custom
|
||||
schedule: range(12/01-12/26)
|
||||
visible_home: yearly(12/<<key>>)
|
||||
visible_shared: yearly(12/<<key>>)
|
||||
|
|
|
@ -88,7 +88,7 @@ collections:
|
|||
# summary provided by Trakt
|
||||
trakt_list_details:
|
||||
- https://trakt.tv/users/dildogarden/lists/100-movies-bucket-list
|
||||
collection_order: rank.desc
|
||||
collection_order: custom
|
||||
schedule: monthly(04)
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
|
|
Loading…
Reference in New Issue