- Fix genre filter for Edge of Your Seat imdb_search
This commit is contained in:
parent
13601adc69
commit
87880f0c5d
|
@ -69,7 +69,7 @@ collections:
|
||||||
imdb_search:
|
imdb_search:
|
||||||
type: movie, short, tv_movie, tv_special
|
type: movie, short, tv_movie, tv_special
|
||||||
keyword.any: "Psychological Thriller"
|
keyword.any: "Psychological Thriller"
|
||||||
genres: thriller
|
genre.any: thriller
|
||||||
rating.gte: 5.0
|
rating.gte: 5.0
|
||||||
collection_order: random
|
collection_order: random
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
|
Loading…
Reference in New Issue