Sort by <field>_sort from tags if it is available #107
@ -931,10 +931,8 @@ impl<LIB, DB> MusicHoard<LIB, DB> {
|
||||
artist_sort.as_ref().unwrap()
|
||||
)));
|
||||
}
|
||||
} else {
|
||||
if artist_sort.is_some() {
|
||||
artist.sort = artist_sort;
|
||||
}
|
||||
} else if artist_sort.is_some() {
|
||||
artist.sort = artist_sort;
|
||||
}
|
||||
|
||||
if album_ids[&artist_id].contains(&album_id) {
|
||||
|
Loading…
Reference in New Issue
Block a user