mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
Update artist image download message and lyrics plugin URL
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user