[18] Remove duplicate style keys from IMDB collection (#2316)

pull/2304/merge
johnfawkes 2 weeks ago committed by GitHub Action
parent 51f6633666
commit 83eb982c15

@ -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 with IMDb Parental Labels not working
Fixes an issue where OMDb returned `N/A` as the content rating 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 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

@ -1 +1 @@
2.1.0-build17 2.1.0-build18

@ -20,7 +20,6 @@ collections:
variables: variables:
style: color style: color
key: popular key: popular
style: color
template: template:
- name: imdb_chart - name: imdb_chart
chart: popular chart: popular
@ -33,7 +32,6 @@ collections:
variables: variables:
style: color style: color
key: top key: top
style: color
template: template:
- name: imdb_chart - name: imdb_chart
chart: top chart: top
@ -46,7 +44,6 @@ collections:
variables: variables:
style: color style: color
key: lowest key: lowest
style: color
imdb_chart: lowest_rated imdb_chart: lowest_rated
template: template:
- name: shared - name: shared

Loading…
Cancel
Save