fix: a small bug with child formatting
This commit is contained in:
parent
afd0ba6e86
commit
2f8d2a1b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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