Compare commits
2 Commits
160040fd96
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e26bebbcc | |||
| d6c9c43ec7 |
@@ -7,6 +7,7 @@
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Holiday"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"isNot": {"artist": "Alec Benjamin"}},
|
||||
{"isNot": {"artist": "Bad Bunny"}},
|
||||
|
||||
+5
-1
@@ -6,7 +6,11 @@
|
||||
{"contains": {"genre": "Ambient"}}
|
||||
]},
|
||||
{"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",
|
||||
"limit": 1000
|
||||
|
||||
Reference in New Issue
Block a user