Compare commits
3 Commits
9c621ab413
...
32492de809
| Author | SHA1 | Date | |
|---|---|---|---|
| 32492de809 | |||
| a52f877735 | |||
| f4c9165c19 |
@@ -7,7 +7,8 @@
|
|||||||
{"notContains": {"genre": "Alternative Pop"}},
|
{"notContains": {"genre": "Alternative Pop"}},
|
||||||
{"notContains": {"genre": "Alternative R&B"}},
|
{"notContains": {"genre": "Alternative R&B"}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"notContains": {"genre": "Latin"}}
|
{"notContains": {"genre": "Latin"}},
|
||||||
|
{"notContains": {"album": "instrumental"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"limit": 1000
|
"limit": 1000
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
{"notContains": {"genre": "Latin"}},
|
{"notContains": {"genre": "Latin"}},
|
||||||
{"notContains": {"genre": "Podcasts"}},
|
{"notContains": {"genre": "Podcasts"}},
|
||||||
{"notContains": {"genre": "Trap Edm"}},
|
{"notContains": {"genre": "Trap Edm"}},
|
||||||
|
|
||||||
{"isNot": {"artist": "¥$"}},
|
{"isNot": {"artist": "¥$"}},
|
||||||
{"isNot": {"artist": "3OH!3"}},
|
{"isNot": {"artist": "3OH!3"}},
|
||||||
{"isNot": {"artist": "Akon"}},
|
{"isNot": {"artist": "Akon"}},
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
{"isNot": {"artist": "Sugar Ray"}},
|
{"isNot": {"artist": "Sugar Ray"}},
|
||||||
{"isNot": {"artist": "twenty one pilots"}},
|
{"isNot": {"artist": "twenty one pilots"}},
|
||||||
{"isNot": {"artist": "Unlike Pluto"}},
|
{"isNot": {"artist": "Unlike Pluto"}},
|
||||||
|
{"notContains": {"album": "instrumental"}},
|
||||||
{"isNot": {"album": "Tempo"}}
|
{"isNot": {"album": "Tempo"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
|
|||||||
Reference in New Issue
Block a user