browser: scroll down after directory was added successfully
This commit is contained in:
@@ -323,7 +323,10 @@ bool Browser::addItemToPlaylist()
|
|||||||
result = addSongsToPlaylist(songs.begin(), songs.end(), false, -1);
|
result = addSongsToPlaylist(songs.begin(), songs.end(), false, -1);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
Mpd.Add(item.directory().path());
|
Mpd.Add(item.directory().path());
|
||||||
|
result = true;
|
||||||
|
}
|
||||||
Statusbar::printf("Directory \"%1%\" added%2%",
|
Statusbar::printf("Directory \"%1%\" added%2%",
|
||||||
item.directory().path(), withErrors(result)
|
item.directory().path(), withErrors(result)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user