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