|
|
|
@ -227,7 +227,7 @@ void MediaLibrary::Update() |
|
|
|
else if (hasTwoColumns && Albums->Empty() && Songs->Empty()) |
|
|
|
else if (hasTwoColumns && Albums->Empty() && Songs->Empty()) |
|
|
|
{ |
|
|
|
{ |
|
|
|
TagList artists; |
|
|
|
TagList artists; |
|
|
|
*Albums << XY(0, 0) << "Fetching albums' list..."; |
|
|
|
*Albums << XY(0, 0) << "Fetching albums..."; |
|
|
|
Albums->Window::Refresh(); |
|
|
|
Albums->Window::Refresh(); |
|
|
|
Mpd->GetList(artists, Config.media_lib_primary_tag); |
|
|
|
Mpd->GetList(artists, Config.media_lib_primary_tag); |
|
|
|
for (TagList::const_iterator i = artists.begin(); i != artists.end(); i++) |
|
|
|
for (TagList::const_iterator i = artists.begin(); i != artists.end(); i++) |
|
|
|
|