mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
configure to allow updating artist separators
+ remove ampersand from default + misc
This commit is contained in:
@@ -8,7 +8,8 @@ def split_artists(src: str):
|
||||
"""
|
||||
Splits a string of artists into a list of artists.
|
||||
"""
|
||||
separators = get_flag(ParserFlags.ARTIST_SEPARATORS)
|
||||
separators: set = get_flag(ParserFlags.ARTIST_SEPARATORS)
|
||||
separators = separators.union({","})
|
||||
|
||||
for sep in separators:
|
||||
src = src.replace(sep, "߸")
|
||||
|
||||
Reference in New Issue
Block a user