initialize file since I don't have one already

This commit is contained in:
Aaron 2025-08-24 16:16:41 -04:00
parent 205270a6b2
commit 17a895970c

12
^ Top Reggaeton 📈.NSP Normal file
View File

@ -0,0 +1,12 @@
{
"title": "-Top Reggaeton ;)",
"comment": "The highest rated Reggaeton music.",
"all": [
{"contains": {"genre": "Reggaeton"}},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}