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:
+1
-1
@@ -38,7 +38,7 @@ class AlbumStore:
|
||||
|
||||
albumhashes = set(t.albumhash for t in TrackStore.tracks)
|
||||
|
||||
for albumhash in tqdm(albumhashes, desc=f"Loading {instance_key}"):
|
||||
for albumhash in tqdm(albumhashes, desc=f"Loading albums"):
|
||||
if instance_key != ALBUM_LOAD_KEY:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user