Fixes for track management

This commit is contained in:
Connor Johnstone
2026-03-18 13:44:08 -04:00
parent 0572722184
commit 966dc6ca86
3 changed files with 86 additions and 1 deletions

View File

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