mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
configure to allow updating artist separators
+ remove ampersand from default + misc
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ class FromFlags:
|
||||
PERIODIC_SCAN_INTERVAL = 300 # seconds
|
||||
|
||||
MERGE_ALBUM_VERSIONS = False
|
||||
ARTIST_SEPARATORS = {",", "/", ";", "&"}
|
||||
ARTIST_SEPARATORS = set()
|
||||
|
||||
|
||||
# TODO: Find a way to eliminate this class without breaking typings
|
||||
|
||||
Reference in New Issue
Block a user