exclude some artist showing for some reason even though clearly not gospel/christian music

This commit is contained in:
Aaron 2025-08-07 17:30:33 -04:00
parent db5def818f
commit 65ad82d46b

View File

@ -7,8 +7,10 @@
]}, ]},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}}, {"notContains": {"genre": "Christmas Music"}},
{"isNot": {"artist": "Amy Winehouse"}},
{"isNot": {"artist": "Elvis Presley"}}, {"isNot": {"artist": "Elvis Presley"}},
{"isNot": {"artist": "Josh Turner"}} {"isNot": {"artist": "Josh Turner"}},
{"isNot": {"artist": "Ye"}}
], ],
"sort": "dateModified", "sort": "dateModified",
"limit": 1000 "limit": 1000