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 ;)",
|
"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",
|
||||||
|
|||||||
@ -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": "Latin"}}
|
|
||||||
]},
|
]},
|
||||||
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Latin"}}
|
||||||
{"is": {"loved": true}}
|
{"is": {"loved": true}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user