mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Wow, fixed a crazy old bug when filtering songs by category!
This commit is contained in:
parent
81332c2af8
commit
154d3c1fba
@ -138,7 +138,7 @@ void CategoryTrackListQuery::RegularQuery(musik::core::db::Connection &db) {
|
||||
std::string limitAndOffset = this->GetLimitAndOffset();
|
||||
|
||||
if (this->filter.size()) {
|
||||
trackFilter = " AND " + category::CATEGORY_TRACKLIST_FILTER;
|
||||
trackFilter = category::CATEGORY_TRACKLIST_FILTER;
|
||||
args.push_back(category::StringArgument(this->filter));
|
||||
args.push_back(category::StringArgument(this->filter));
|
||||
args.push_back(category::StringArgument(this->filter));
|
||||
|
Loading…
Reference in New Issue
Block a user