From 0664bb1790473ff599279ee4b4e5427a969af297 Mon Sep 17 00:00:00 2001 From: wanji Date: Sat, 3 Jan 2026 13:42:57 +0300 Subject: [PATCH] add Yusuf / Cat Stevens to split ignore list --- src/swingmusic/data/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/swingmusic/data/__init__.py b/src/swingmusic/data/__init__.py index 324a7f8c..fb7d90d7 100644 --- a/src/swingmusic/data/__init__.py +++ b/src/swingmusic/data/__init__.py @@ -70,5 +70,6 @@ ARTIST_SPLIT_IGNORE_LIST = { "Nathaniel Rateliff & The Night Sweats", "Aly & AJ", "Maddie & Tae", - "Nico & Vinz" + "Nico & Vinz", + "Yusuf / Cat Stevens" }