Lots of fixes for track management
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user