Sort by <field>_sort from tags if it is available #107
@ -931,11 +931,9 @@ impl<LIB, DB> MusicHoard<LIB, DB> {
|
||||
artist_sort.as_ref().unwrap()
|
||||
)));
|
||||
}
|
||||
} else {
|
||||
if artist_sort.is_some() {
|
||||
} else if artist_sort.is_some() {
|
||||
artist.sort = artist_sort;
|
||||
}
|
||||
}
|
||||
|
||||
if album_ids[&artist_id].contains(&album_id) {
|
||||
// Assume results are in some order which means they will likely be grouped by
|
||||
|
Loading…
Reference in New Issue
Block a user