initialize file and add default data
This commit is contained in:
parent
04d8b7f5d9
commit
3ed77cc971
14
^ Top Emo 📈.NSP
Normal file
14
^ Top Emo 📈.NSP
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Emo"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"isNot": {"artist": "BTS"}},
|
||||
{"isNot": {"artist": "Postmodern Jukebox"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user