Update dependencies
This commit is contained in:
402
Cargo.lock
generated
402
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -501,7 +501,7 @@ impl Library {
|
||||
};
|
||||
|
||||
if let Some(i) = index {
|
||||
let mut artist = artists.get_mut(i).unwrap();
|
||||
let artist = artists.get_mut(i).unwrap();
|
||||
if artist.tracks.is_none() {
|
||||
artist.tracks = Some(Vec::new());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user