Lots of fixes for track management

This commit is contained in:
Connor Johnstone
2026-03-18 13:43:52 -04:00
parent 208dbf422b
commit d09557d953
4 changed files with 41 additions and 1 deletions

View File

@@ -86,6 +86,10 @@ impl SearchProvider for MockSearch {
],
})
}
async fn get_release_groups(&self, _artist_id: &str) -> SearchResult<Vec<shanty_search::ReleaseGroupResult>> {
Ok(vec![])
}
}
#[tokio::test]