This commit is contained in:
Wojciech Kozlowski 2024-01-13 14:43:17 +01:00
parent 25a13601fd
commit a67cdd9afa

View File

@ -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) {