This commit is contained in:
Connor Johnstone
2026-03-18 13:44:28 -04:00
parent 7bee8a9afa
commit 3d01fa85c9

View File

@@ -96,6 +96,10 @@ impl MetadataProvider for MockProvider {
},
])
}
async fn get_artist_release_groups(&self, _artist_mbid: &str) -> TagResult<Vec<shanty_tag::provider::ReleaseGroupEntry>> {
Ok(vec![])
}
}
#[tokio::test]