forgot a comma...

This commit is contained in:
Aaron 2025-08-29 19:16:13 -04:00
parent 95a484dd5a
commit 0b9228766c

View File

@ -8,7 +8,7 @@
{"contains": {"genre": "Rap"}}
]},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}
{"notContains": {"genre": "Latin"}},
{"is": {"loved": true}}
],
"sort": "dateModified",