Trying something different to better sort my favs.

This commit is contained in:
Aaron 2025-08-13 18:14:15 -04:00
parent 5d1d238f2b
commit acac44e0c1

View File

@ -0,0 +1,14 @@
{
"title": "-Admin Favourites Hip Hop ;)",
"comment": "Favorite Hip Hop songs by the admin.",
"all": [
{ "any": [
{"contaiasdfns": {"genre": "hip-hop"}},
{"contains": {"genre": "hip hop"}}
]},
{"is": {"loved": true}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}