mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
handle filenotfound in created_date
+ move store loaders up in populate.py
This commit is contained in:
@@ -23,7 +23,7 @@ class ArtistStore:
|
||||
global ARTIST_LOAD_KEY
|
||||
ARTIST_LOAD_KEY = instance_key
|
||||
|
||||
print("Loading artists... ", end=" ")
|
||||
print("Loading artists... ", end="")
|
||||
cls.artists = get_all_artists(TrackStore.tracks, AlbumStore.albums)
|
||||
print("Done!")
|
||||
for artist in ardb.get_all_artists():
|
||||
|
||||
Reference in New Issue
Block a user