Update artist image download message and lyrics plugin URL

This commit is contained in:
mungai-njoroge
2024-02-24 21:15:18 +03:00
parent 67f28b8a9b
commit 10a60c9ca2
5 changed files with 11 additions and 17 deletions
+3 -3
View File
@@ -25,9 +25,9 @@ class ArtistStore:
ARTIST_LOAD_KEY = instance_key
print("Loading artists... ", end="")
cls.artists.extend(
get_all_artists(TrackStore.tracks, AlbumStore.albums)
)
cls.artists.clear()
cls.artists.extend(get_all_artists(TrackStore.tracks, AlbumStore.albums))
print("Done!")
for artist in ardb.get_all_artists():
if instance_key != ARTIST_LOAD_KEY: