Compare commits
2 Commits
160040fd96
...
5e26bebbcc
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e26bebbcc | |||
| d6c9c43ec7 |
@@ -7,6 +7,7 @@
|
|||||||
]},
|
]},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Holiday"}},
|
||||||
{"notContains": {"genre": "Latin"}},
|
{"notContains": {"genre": "Latin"}},
|
||||||
{"isNot": {"artist": "Alec Benjamin"}},
|
{"isNot": {"artist": "Alec Benjamin"}},
|
||||||
{"isNot": {"artist": "Bad Bunny"}},
|
{"isNot": {"artist": "Bad Bunny"}},
|
||||||
|
|||||||
+5
-1
@@ -6,7 +6,11 @@
|
|||||||
{"contains": {"genre": "Ambient"}}
|
{"contains": {"genre": "Ambient"}}
|
||||||
]},
|
]},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
{"notContains": {"genre": "Ambient Dub"}},
|
||||||
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"isNot": {"artist": "Billie Eilish"}},
|
||||||
|
{"isNot": {"artist": "Coldplay"}},
|
||||||
|
{"isNot": {"artist": "Lana Del Rey"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"limit": 1000
|
"limit": 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user