mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-21 20:13:05 +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 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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -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…
Reference in a new issue