add comments to some store functions

- some refactors to modals
This commit is contained in:
geoffrey45
2022-05-13 20:50:58 +03:00
parent 2e274dac1d
commit 8b62fe78fa
12 changed files with 106 additions and 81 deletions
+1 -1
View File
@@ -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: