sort playlist: add 'album artist' to the sort options
This commit is contained in:
committed by
Andrzej Rybczak
parent
d5ee2e67d5
commit
257f67c732
@@ -50,6 +50,9 @@ SortPlaylistDialog::SortPlaylistDialog()
|
||||
w.addItem(Entry(std::make_pair("Artist", &MPD::Song::getArtist),
|
||||
std::bind(&Self::moveSortOrderHint, this)
|
||||
));
|
||||
w.addItem(Entry(std::make_pair("Album artist", &MPD::Song::getAlbumArtist),
|
||||
std::bind(&Self::moveSortOrderHint, this)
|
||||
));
|
||||
w.addItem(Entry(std::make_pair("Album", &MPD::Song::getAlbum),
|
||||
std::bind(&Self::moveSortOrderHint, this)
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user