fix: importlib import bugs :sigh!

This commit is contained in:
wanji
2025-12-08 00:31:53 +03:00
parent 506c45c4fa
commit 32420f8dfe
5 changed files with 23 additions and 31 deletions
+15
View File
@@ -0,0 +1,15 @@
ARTIST_SPLIT_IGNORE_LIST = {
"AC/DC",
"Bob marley & the wailers",
"Crosby, Stills, Nash & Young",
"Smith & Thell",
"Peter, Paul & Mary",
"Simon & Garfunkel",
"Judy & Mary",
"Florence & The Machine",
"Belle & Sebastian",
"C&C Music Factory",
"C & C Music Factory",
"FO&O",
"The Product G&B",
}