mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 00:19:20 +00:00
Fix bug in CategoryTrackListQuery where filter value was not being
respected.
This commit is contained in:
parent
528a101428
commit
b3373b716e
@ -100,6 +100,7 @@ CategoryTrackListQuery::CategoryTrackListQuery(
|
||||
this->durations = std::make_shared<std::map<size_t, size_t>>();
|
||||
this->hash = category::Hash(predicates);
|
||||
this->sortType = sortType;
|
||||
this->filter = filter;
|
||||
|
||||
category::SplitPredicates(predicates, this->regular, this->extended);
|
||||
this->ScanPredicateListsForQueryType();
|
||||
|
Loading…
Reference in New Issue
Block a user