- Use Trakt rather than IMDb for Trending Now (IMDb not working)

This commit is contained in:
nwithan8 2023-11-08 18:28:53 -07:00
parent 0429fb9707
commit 818c7ad79e
2 changed files with 6 additions and 2 deletions

View File

@ -19,7 +19,9 @@ collections:
template: { name: Chart, template: { name: Chart,
level: "+++" } level: "+++" }
summary: "The hottest movies right now" summary: "The hottest movies right now"
imdb_chart: popular_movies trakt_chart:
chart: trending
limit: 30
collection_order: custom collection_order: custom
sync_mode: sync sync_mode: sync
visible_library: true visible_library: true

View File

@ -51,7 +51,9 @@ collections:
template: { name: Chart, template: { name: Chart,
level: "+++++" } level: "+++++" }
summary: "The hottest shows right now" summary: "The hottest shows right now"
imdb_chart: popular_shows trakt_chart:
chart: trending
limit: 30
collection_order: custom collection_order: custom
sync_mode: sync sync_mode: sync
visible_library: true visible_library: true