Correctly sort tracks within the tracklists, ref #574
This commit is contained in:
@@ -195,7 +195,7 @@ namespace lms::db
|
|||||||
break;
|
break;
|
||||||
case TrackSortMethod::TrackList:
|
case TrackSortMethod::TrackList:
|
||||||
assert(params.trackList.isValid());
|
assert(params.trackList.isValid());
|
||||||
query.orderBy("t_l.id");
|
query.orderBy("t_l_e.id");
|
||||||
}
|
}
|
||||||
|
|
||||||
return query;
|
return query;
|
||||||
|
|||||||
Reference in New Issue
Block a user