- Fix date for yearly scheduling

This commit is contained in:
Nate Harris 2022-03-09 10:32:12 -07:00
parent 4a64f1f659
commit a027729eb6
1 changed files with 6 additions and 6 deletions

View File

@ -424,19 +424,19 @@ collections:
### Series and Collections ### Series and Collections
Best of 2014: Best of 2014:
template: { name: Best Of, year: 2014 } template: { name: Best Of, year: 2014 }
schedule: yearly(1) schedule: yearly(01/01)
Best of 2015: Best of 2015:
template: { name: Best Of, year: 2015 } template: { name: Best Of, year: 2015 }
schedule: yearly(1) schedule: yearly(01/01)
Best of 2016: Best of 2016:
template: { name: Best Of, year: 2016 } template: { name: Best Of, year: 2016 }
schedule: yearly(1) schedule: yearly(01/01)
Best of 2017: Best of 2017:
template: { name: Best Of, year: 2017 } template: { name: Best Of, year: 2017 }
schedule: yearly(1) schedule: yearly(01/01)
Best of 2018: Best of 2018:
template: { name: Best Of, year: 2018 } template: { name: Best Of, year: 2018 }
@ -485,7 +485,7 @@ collections:
- https://trakt.tv/users/nwithan8/lists/best-movie-ever?sort=added,asc - https://trakt.tv/users/nwithan8/lists/best-movie-ever?sort=added,asc
collection_minimum: 3 collection_minimum: 3
delete_below_minimum: true delete_below_minimum: true
visible_home: true visible_home: false
visible_shared: true visible_shared: true
"Worst Movie Ever": "Worst Movie Ever":
@ -495,7 +495,7 @@ collections:
- https://trakt.tv/users/nwithan8/lists/worst-movie-ever?sort=added,asc - https://trakt.tv/users/nwithan8/lists/worst-movie-ever?sort=added,asc
collection_minimum: 3 collection_minimum: 3
delete_below_minimum: true delete_below_minimum: true
visible_home: true visible_home: false
visible_shared: true visible_shared: true
"1001 Movies You Must See Before You Die": "1001 Movies You Must See Before You Die":