From 83eb982c15083d3a8b510322c8bdb7b172c82e1d Mon Sep 17 00:00:00 2001 From: johnfawkes <33303104+JohnFawkes@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:25:11 -0500 Subject: [PATCH] [18] Remove duplicate style keys from IMDB collection (#2316) --- CHANGELOG | 1 + VERSION | 2 +- defaults/chart/imdb.yml | 3 --- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 08c76ad7..0f7f4648 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,3 +23,4 @@ Fixes an issue where episode overlays sometimes wouldn't be added Fixes an issue with IMDb Parental Labels not working Fixes an issue where OMDb returned `N/A` as the content rating Fixes an issue where `plex_collectionless` doesn't work if the item was added to a collection in the same run +Fixes an issue causing IMDB collection to fail due to duplicate keys diff --git a/VERSION b/VERSION index 717ed128..76ca3725 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0-build17 +2.1.0-build18 diff --git a/defaults/chart/imdb.yml b/defaults/chart/imdb.yml index 2d4fd276..9f32bea5 100644 --- a/defaults/chart/imdb.yml +++ b/defaults/chart/imdb.yml @@ -20,7 +20,6 @@ collections: variables: style: color key: popular - style: color template: - name: imdb_chart chart: popular @@ -33,7 +32,6 @@ collections: variables: style: color key: top - style: color template: - name: imdb_chart chart: top @@ -46,7 +44,6 @@ collections: variables: style: color key: lowest - style: color imdb_chart: lowest_rated template: - name: shared