feat: extract artist id from dropdown menu
This commit is contained in:
parent
6d0302d3bf
commit
23f3046144
32 changed files with 4807 additions and 8 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Reference in a new issue