add few more filters for any function. Found something to delete already if it pops up.
This commit is contained in:
parent
b226843a2f
commit
e62c3cb5f8
@ -4,9 +4,12 @@
|
||||
"all": [
|
||||
{"gt": {"rating": 2}},
|
||||
{"any": [
|
||||
{"contains": {"genre": "Christmas Music"}},
|
||||
{"contains": {"album": "Christmas"}},
|
||||
{"contains": {"title": "Christmas"}},
|
||||
{"contains": {"title": "Rudolph"}}
|
||||
]}
|
||||
]},
|
||||
{"isNot": {"album": "AN ICEBERG BIG CHRISTMAS"}},
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user