mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
configure to allow updating artist separators
+ remove ampersand from default + misc
This commit is contained in:
@@ -137,7 +137,7 @@ def load_settings():
|
||||
db_separators = db_separators.replace(" ", "")
|
||||
separators = db_separators.split(",")
|
||||
|
||||
separators = set(db_separators)
|
||||
separators = set(separators)
|
||||
FromFlags.ARTIST_SEPARATORS = separators
|
||||
|
||||
# boolean settings
|
||||
|
||||
Reference in New Issue
Block a user