Added a way to filter on releases that belong to the same group

This commit is contained in:
emeric
2025-02-17 18:39:15 +01:00
parent a3dfc082ea
commit f96f0d6377
4 changed files with 37 additions and 1 deletions
+3
View File
@@ -205,6 +205,9 @@ namespace lms::db
query.where(oss.str());
}
if (params.releaseGroupMBID)
query.where("group_mbid = ?").bind(params.releaseGroupMBID->getAsString());
switch (params.sortMethod)
{
case ReleaseSortMethod::None: