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