add migration to remove the small thumbs path

+ misc
This commit is contained in:
mungai-njoroge
2023-08-12 18:23:28 +03:00
parent 0a703dcc0f
commit 27c4924327
9 changed files with 42 additions and 31 deletions
+2 -2
View File
@@ -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):