Update to artist credit handling

This commit is contained in:
Connor Johnstone
2026-03-18 14:34:44 -04:00
parent 966dc6ca86
commit 4400cbc1cb
4 changed files with 42 additions and 11 deletions

View File

@@ -53,6 +53,7 @@ impl MetadataProvider for MockProvider {
}],
duration_ms: Some(413_000),
genres: vec!["Progressive Rock".into()],
secondary_artists: vec![],
})
} else {
Err(shanty_tag::TagError::Other("not found".into()))