- Use Trakt rather than IMDb for Trending Now (IMDb not working)
This commit is contained in:
parent
0429fb9707
commit
818c7ad79e
|
@ -19,7 +19,9 @@ collections:
|
|||
template: { name: Chart,
|
||||
level: "+++" }
|
||||
summary: "The hottest movies right now"
|
||||
imdb_chart: popular_movies
|
||||
trakt_chart:
|
||||
chart: trending
|
||||
limit: 30
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
visible_library: true
|
||||
|
|
|
@ -51,7 +51,9 @@ collections:
|
|||
template: { name: Chart,
|
||||
level: "+++++" }
|
||||
summary: "The hottest shows right now"
|
||||
imdb_chart: popular_shows
|
||||
trakt_chart:
|
||||
chart: trending
|
||||
limit: 30
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
visible_library: true
|
||||
|
|
Loading…
Reference in New Issue