mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
add "C&C Music Factory" and "FO&O" to the artist split ignore file.
This commit is contained in:
@@ -55,6 +55,7 @@ class UserConfig:
|
||||
excludeDirs: list[str] = field(default_factory=list)
|
||||
artistSeparators: set[str] = field(default_factory=lambda: {";", "/"})
|
||||
artistSplitIgnoreList: set[str] = field(
|
||||
# TODO: in the future, maybe setup a server where users can contribute to the global ignore list?
|
||||
default_factory=lambda: load_default_artist_ignore_list().union(
|
||||
load_user_artist_ignore_list()
|
||||
)
|
||||
|
||||
@@ -7,3 +7,5 @@ Simon & Garfunkel
|
||||
Judy & Mary
|
||||
Florence & The Machine
|
||||
Belle & Sebastian
|
||||
C&C Music Factory
|
||||
FO&O
|
||||
Reference in New Issue
Block a user