diff --git a/^ Un-Played 🎵.NSP b/^ Un-Played 🎵.NSP index 882f89c..201f323 100644 --- a/^ Un-Played 🎵.NSP +++ b/^ Un-Played 🎵.NSP @@ -3,9 +3,7 @@ "comment": "Songs that have not been played yet.", "all": [ {"is": {"playCount": 0}}, - {"notContains": {"genre": "Podcasts"}}, - {"isNot": {"artist": "Graham Cluley & Carole Theriault"}}, - {"isNot": {"artist": "freeCodeCamp Podcast"}} + {"notContains": {"genre": "Podcasts"}} ], "sort": "dateadded", "order": "desc", diff --git a/^ Unrated 🎵.NSP b/^ Unrated 🎵.NSP index d06fa40..c33bdeb 100644 --- a/^ Unrated 🎵.NSP +++ b/^ Unrated 🎵.NSP @@ -3,9 +3,7 @@ "comment": "Songs that need to be rated.", "all": [ {"is": {"rating": 0}}, - {"notContains": {"genre": "Podcasts"}}, - {"isNot": {"artist": "Graham Cluley & Carole Theriault"}}, - {"isNot": {"artist": "freeCodeCamp Podcast"}} + {"notContains": {"genre": "Podcasts"}} ], "sort": "dateadded", "order": "desc",