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,
|
album,
|
||||||
source.getAlbumDisplayName(context, album),
|
source.getAlbumDisplayName(context, album),
|
||||||
))
|
))
|
||||||
.where((filter) => containQuery(filter.album) || containQuery(filter.displayName))
|
.where((filter) => containQuery(filter.displayName))
|
||||||
.toList()
|
.toList()
|
||||||
..sort();
|
..sort();
|
||||||
return _buildFilterRow(
|
return _buildFilterRow(
|
||||||
|
|
Loading…
Reference in a new issue