14 lines
315 B
Natural
14 lines
315 B
Natural
{
|
|
"title": "-Admin Favs - Hip Hop ;)",
|
|
"comment": "Favorite Hip Hop songs by the admin.",
|
|
"all": [
|
|
{ "any": [
|
|
{"contains": {"genre": "Metal"}},
|
|
{"notContains": {"genre": "Christmas Music"}}
|
|
]},
|
|
{"is": {"loved": true}}
|
|
],
|
|
"sort": "dateModified",
|
|
"order": "desc",
|
|
"limit": 1000
|
|
} |