Clippy
This commit is contained in:
parent
25a13601fd
commit
a67cdd9afa
@ -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