removed secondary artists

This commit is contained in:
Connor Johnstone
2026-03-23 17:11:38 -04:00
parent 884b2e8d52
commit 65c229ee7f
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -53,7 +53,6 @@ impl MetadataProvider for MockProvider {
}],
duration_ms: Some(413_000),
genres: vec!["Progressive Rock".into()],
secondary_artists: vec![],
})
} else {
Err(shanty_data::DataError::Other("not found".into()))