sort playlists in playlist editor
This commit is contained in:
@@ -625,6 +625,7 @@ int main(int argc, char *argv[])
|
|||||||
mPlaylistEditor->Clear(0);
|
mPlaylistEditor->Clear(0);
|
||||||
TagList list;
|
TagList list;
|
||||||
Mpd->GetPlaylists(list);
|
Mpd->GetPlaylists(list);
|
||||||
|
sort(list.begin(), list.end(), CaseInsensitiveSorting());
|
||||||
for (TagList::iterator it = list.begin(); it != list.end(); it++)
|
for (TagList::iterator it = list.begin(); it != list.end(); it++)
|
||||||
{
|
{
|
||||||
utf_to_locale(*it);
|
utf_to_locale(*it);
|
||||||
|
|||||||
Reference in New Issue
Block a user