fix ordering some, right now it's including any with out christmas or with whatever genre. Took it out soo all including christmas would not be grabbed hopefully

This commit is contained in:
Aaron 2025-08-24 20:37:30 -04:00
parent 7267769364
commit 892f55ff29
4 changed files with 15 additions and 15 deletions

View File

@ -1,11 +1,11 @@
{ {
"title": "-Admin Favs - Hip Hop ;)", "title": "-Admin Favs - Country ;)",
"comment": "Favorite Hip Hop songs by the admin.", "comment": "Favorite country songs by the admin.",
"all": [ "all": [
{ "any": [ { "any": [
{"contains": {"genre": "Country"}}, {"contains": {"genre": "Country"}}
{"notContains": {"genre": "Christmas Music"}}
]}, ]},
{"notContains": {"genre": "Christmas Music"}},
{"is": {"loved": true}} {"is": {"loved": true}}
], ],
"sort": "dateModified", "sort": "dateModified",

View File

@ -4,10 +4,10 @@
"all": [ "all": [
{ "any": [ { "any": [
{"contains": {"genre": "hip-hop"}}, {"contains": {"genre": "hip-hop"}},
{"contains": {"genre": "hip hop"}}, {"contains": {"genre": "hip hop"}}
]},
{"notContains": {"genre": "Christmas Music"}}, {"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}} {"notContains": {"genre": "Latin"}}
]},
{"is": {"loved": true}} {"is": {"loved": true}}
], ],
"sort": "dateModified", "sort": "dateModified",

View File

@ -1,11 +1,11 @@
{ {
"title": "-Admin Favs - Hip Hop ;)", "title": "-Admin Favs - Metal ;)",
"comment": "Favorite Hip Hop songs by the admin.", "comment": "Favorite Metal songs by the admin.",
"all": [ "all": [
{ "any": [ { "any": [
{"contains": {"genre": "Metal"}}, {"contains": {"genre": "Metal"}}
{"notContains": {"genre": "Christmas Music"}}
]}, ]},
{"notContains": {"genre": "Christmas Music"}},
{"is": {"loved": true}} {"is": {"loved": true}}
], ],
"sort": "dateModified", "sort": "dateModified",

View File

@ -1,11 +1,11 @@
{ {
"title": "-Admin Favs - Hip Hop ;)", "title": "-Admin Favs - Rock ;)",
"comment": "Favorite Hip Hop songs by the admin.", "comment": "Favorite Rock songs by the admin.",
"all": [ "all": [
{ "any": [ { "any": [
{"contains": {"genre": "Rock"}}, {"contains": {"genre": "Rock"}}
{"notContains": {"genre": "Christmas Music"}}
]}, ]},
{"notContains": {"genre": "Christmas Music"}},
{"is": {"loved": true}} {"is": {"loved": true}}
], ],
"sort": "dateModified", "sort": "dateModified",