search: fixed album filtering
This commit is contained in:
parent
3df47a0423
commit
04c57fb45c
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class CollectionSearchDelegate {
|
|||
album,
|
||||
source.getAlbumDisplayName(context, album),
|
||||
))
|
||||
.where((filter) => containQuery(filter.album) || containQuery(filter.displayName))
|
||||
.where((filter) => containQuery(filter.displayName))
|
||||
.toList()
|
||||
..sort();
|
||||
return _buildFilterRow(
|
||||
|
|
Loading…
Reference in a new issue