mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[18] Remove duplicate style keys from IMDB collection (#2316)
This commit is contained in:
parent
51f6633666
commit
83eb982c15
3 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -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…
Reference in a new issue