correct notifications about fetching albums
This commit is contained in:
@@ -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++)
|
||||||
|
|||||||
@@ -418,7 +418,7 @@ void TagEditor::Update()
|
|||||||
TagList list;
|
TagList list;
|
||||||
if (Config.albums_in_tag_editor)
|
if (Config.albums_in_tag_editor)
|
||||||
{
|
{
|
||||||
*Albums << XY(0, 0) << "Fetching albums' list...";
|
*Albums << XY(0, 0) << "Fetching albums...";
|
||||||
Albums->Window::Refresh();
|
Albums->Window::Refresh();
|
||||||
Mpd->GetAlbums("", list);
|
Mpd->GetAlbums("", list);
|
||||||
for (TagList::const_iterator it = list.begin(); it != list.end(); it++)
|
for (TagList::const_iterator it = list.begin(); it != list.end(); it++)
|
||||||
|
|||||||
Reference in New Issue
Block a user