actions: fix filter clearing
This commit is contained in:
@@ -2020,7 +2020,10 @@ void ApplyFilter::Run()
|
||||
|
||||
std::string filter = f->currentFilter();
|
||||
if (filter.empty())
|
||||
{
|
||||
myPlaylist->Items->clearFilterResults();
|
||||
ShowMessage("Filtering disabled");
|
||||
}
|
||||
else
|
||||
ShowMessage("Using filter \"%s\"", filter.c_str());
|
||||
|
||||
|
||||
@@ -379,7 +379,6 @@ MPD::SongList Playlist::getSelectedSongs()
|
||||
|
||||
/***********************************************************************/
|
||||
|
||||
|
||||
bool Playlist::isFiltered()
|
||||
{
|
||||
if (Items->isFiltered())
|
||||
|
||||
Reference in New Issue
Block a user