Compare commits
2 commits
afd0ba6e86
...
6a3dbf3e45
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a3dbf3e45 | |||
| 2f8d2a1b3c |
2 changed files with 367 additions and 153 deletions
518
Cargo.lock
generated
518
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -79,7 +79,7 @@ impl Child {
|
|||
.created
|
||||
.format(&Iso8601::DEFAULT)
|
||||
.expect("Failed to format date"),
|
||||
album_id: Some(format!("al-{}", album.id)),
|
||||
album_id: Some(album.id.clone()),
|
||||
artist_id: track.artist_id.map(|v| format!("ar-{v}",)),
|
||||
artist: artist.name.clone(),
|
||||
child_type: "music".to_string(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue