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:
parent
7267769364
commit
892f55ff29
@ -1,11 +1,11 @@
|
||||
{
|
||||
"title": "-Admin Favs - Hip Hop ;)",
|
||||
"comment": "Favorite Hip Hop songs by the admin.",
|
||||
"title": "-Admin Favs - Country ;)",
|
||||
"comment": "Favorite country songs by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Country"}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
{"contains": {"genre": "Country"}}
|
||||
]},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -4,10 +4,10 @@
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "hip-hop"}},
|
||||
{"contains": {"genre": "hip hop"}},
|
||||
{"contains": {"genre": "hip hop"}}
|
||||
]},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
]},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"title": "-Admin Favs - Hip Hop ;)",
|
||||
"comment": "Favorite Hip Hop songs by the admin.",
|
||||
"title": "-Admin Favs - Metal ;)",
|
||||
"comment": "Favorite Metal songs by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Metal"}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
{"contains": {"genre": "Metal"}}
|
||||
]},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"title": "-Admin Favs - Hip Hop ;)",
|
||||
"comment": "Favorite Hip Hop songs by the admin.",
|
||||
"title": "-Admin Favs - Rock ;)",
|
||||
"comment": "Favorite Rock songs by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Rock"}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
{"contains": {"genre": "Rock"}}
|
||||
]},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user