Update for the "full flow"

This commit is contained in:
Connor Johnstone
2026-03-17 21:39:08 -04:00
parent 5583bc21fe
commit 0572722184
4 changed files with 118 additions and 44 deletions

View File

@@ -66,6 +66,10 @@ impl MetadataProvider for MockProvider {
async fn get_artist_releases(&self, _artist_mbid: &str, _limit: u32) -> TagResult<Vec<DiscographyEntry>> {
Ok(vec![])
}
async fn get_release_tracks(&self, _release_mbid: &str) -> TagResult<Vec<shanty_tag::provider::ReleaseTrack>> {
Ok(vec![])
}
}
async fn test_db() -> Database {