mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add comments to some store functions
- some refactors to modals
This commit is contained in:
@@ -74,7 +74,7 @@ def fetch_artist_images():
|
||||
|
||||
artists = []
|
||||
|
||||
for song in tqdm(api.DB_TRACKS, desc="Gathering artists"):
|
||||
for song in tqdm(api.DB_TRACKS, desc="Finding artists"):
|
||||
this_artists = song["artists"].split(", ")
|
||||
|
||||
for artist in this_artists:
|
||||
|
||||
Reference in New Issue
Block a user