First consider album artists when multiple names are used for the same artist mbid and no artist info is present, ref #731

This commit is contained in:
emeric
2025-11-16 11:14:20 +01:00
parent 51bd4c75ac
commit ab898b697c
7 changed files with 137 additions and 47 deletions
@@ -59,6 +59,9 @@ namespace lms::db
query.where("t.release_id = ?").bind(params.release);
}
if (params.mbidMatched)
query.where("t_a_l.artist_mbid_matched = ?").bind(*params.mbidMatched);
switch (params.sortMethod)
{
case TrackArtistLinkSortMethod::None: