playlist: move sorting dialog related functions to separate file
This commit is contained in:
@@ -442,8 +442,8 @@ void SearchEngine::Search()
|
||||
list = Mpd.GetDirectoryRecursive("/");
|
||||
else
|
||||
{
|
||||
list.reserve(myPlaylist->Items->size());
|
||||
for (auto s = myPlaylist->Items->beginV(); s != myPlaylist->Items->endV(); ++s)
|
||||
list.reserve(myPlaylist->main()->size());
|
||||
for (auto s = myPlaylist->main()->beginV(); s != myPlaylist->main()->endV(); ++s)
|
||||
list.push_back(*s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user