[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 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

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

@ -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

Loading…
Cancel
Save