From 3e3e88a5213dca76b755a95eff5111d8314b7760 Mon Sep 17 00:00:00 2001 From: Mungai Njoroge Date: Fri, 2 Jan 2026 10:43:59 +0300 Subject: [PATCH] Add new artists to the split ignore list --- src/swingmusic/data/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/swingmusic/data/__init__.py b/src/swingmusic/data/__init__.py index 690c1bc9..3d6d3f4b 100644 --- a/src/swingmusic/data/__init__.py +++ b/src/swingmusic/data/__init__.py @@ -12,4 +12,6 @@ ARTIST_SPLIT_IGNORE_LIST = { "C & C Music Factory", "FO&O", "The Product G&B", + "Big Brother and the Holding Company", + "Tyler, The Creator" }