Compare commits

..

No commits in common. "6a3dbf3e45102bf2b865e657b6709897812f9fd9" and "afd0ba6e86afc80e8432f33ada1d5e5f21faa8dd" have entirely different histories.

2 changed files with 152 additions and 366 deletions

516
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -79,7 +79,7 @@ impl Child {
.created
.format(&Iso8601::DEFAULT)
.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: artist.name.clone(),
child_type: "music".to_string(),