diff --git a/plex/pmm/collections/trending/movies.yml b/plex/pmm/collections/trending/movies.yml index 92c8370..4674fea 100644 --- a/plex/pmm/collections/trending/movies.yml +++ b/plex/pmm/collections/trending/movies.yml @@ -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 diff --git a/plex/pmm/collections/trending/shows.yml b/plex/pmm/collections/trending/shows.yml index bd5c1e1..3eed538 100644 --- a/plex/pmm/collections/trending/shows.yml +++ b/plex/pmm/collections/trending/shows.yml @@ -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