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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user