mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add migration to remove the small thumbs path
+ misc
This commit is contained in:
@@ -23,8 +23,8 @@ class ArtistStore:
|
||||
|
||||
# db_artists: list[tuple] = list(ardb.get_all_artists())
|
||||
|
||||
for art in tqdm(ardb.get_all_artists(), desc="Loading artists"):
|
||||
cls.map_artist_color(art)
|
||||
for artist in tqdm(ardb.get_all_artists(), desc="Loading artists"):
|
||||
cls.map_artist_color(artist)
|
||||
|
||||
@classmethod
|
||||
def map_artist_color(cls, artist_tuple: tuple):
|
||||
|
||||
Reference in New Issue
Block a user