summaryrefslogtreecommitdiffstats
path: root/playerwidget.cpp
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2017-03-06 05:26:12 +0100
committerArno <arno@disconnect.de>2017-03-06 05:26:12 +0100
commit990beac98b2b407d255405aa374817f3c6fd1bba (patch)
tree4c949c5535c46e9fde1edbdb2539c519dacbc37e /playerwidget.cpp
parent99fed11c2d28433de298bb9d98ab5880c749ad55 (diff)
downloadBeetPlayer-990beac98b2b407d255405aa374817f3c6fd1bba.tar.gz
BeetPlayer-990beac98b2b407d255405aa374817f3c6fd1bba.tar.bz2
BeetPlayer-990beac98b2b407d255405aa374817f3c6fd1bba.zip
Search for albums, too
The infrastructure was there, just not used...
Diffstat (limited to 'playerwidget.cpp')
-rw-r--r--playerwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/playerwidget.cpp b/playerwidget.cpp
index d2c30ac..beec5c7 100644
--- a/playerwidget.cpp
+++ b/playerwidget.cpp
@@ -664,6 +664,7 @@ void PlayerWidget::doFilter(){
mCurrentModel = mSearchModel;
QStandardItem *root = mSearchModel->invisibleRootItem();
populateByArtist(root, filter);
+ populateByAlbum(root, filter, FilterType);
populateByGenre(root, filter);
populateBySong(root, filter, FilterType);
qApp->restoreOverrideCursor();