fix wording, and had some weird letters in the token variable area.

This commit is contained in:
2025-08-24 16:13:57 -04:00
parent f5b3b8c7f9
commit 8610806063

View File

@@ -1,10 +1,12 @@
{ {
"title": "-Admin Favourites Hip Hop ;)", "title": "-Admin Favs - Hip Hop ;)",
"comment": "Favorite Hip Hop songs by the admin.", "comment": "Favorite Hip Hop songs by the admin.",
"all": [ "all": [
{ "any": [ { "any": [
{"contaiasdfns": {"genre": "hip-hop"}}, {"contains": {"genre": "hip-hop"}},
{"contains": {"genre": "hip hop"}} {"contains": {"genre": "hip hop"}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}
]}, ]},
{"is": {"loved": true}} {"is": {"loved": true}}
], ],