fix wording, and had some weird letters in the token variable area.
This commit is contained in:
@@ -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}}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user