- 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,
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user