Update dependencies

This commit is contained in:
Henrik Friedrichsen
2023-07-22 12:29:04 +02:00
parent f74661a15d
commit 83f9e8d224
2 changed files with 187 additions and 217 deletions

402
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -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());
}