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

@ -598,6 +598,11 @@ async fn music_search_tracks(testfiles: &Path) {
("default", "black mamba", false),
("videos", "black mamba", true),
("typo", "liblingsmensch", false),
(
"no_artist_link",
"Am sichersten seid ihr im Auto #HURRICANESWIMTEAM",
false,
),
] {
let mut json_path = testfiles.to_path_buf();
json_path.push("music_search");