feat: extract artist id from dropdown menu

This commit is contained in:
ThetaDev 2022-11-08 13:28:56 +01:00
parent 6d0302d3bf
commit 23f3046144
32 changed files with 4807 additions and 8 deletions

View file

@ -335,6 +335,7 @@ mod tests {
#[case::default("default")]
#[case::typo("typo")]
#[case::videos("videos")]
#[case::no_artist_link("no_artist_link")]
fn map_music_search_tracks(#[case] name: &str) {
let filename = format!("testfiles/music_search/tracks_{}.json", name);
let json_path = Path::new(&filename);