fix: support MusicCardShelfRenderer (music search results)
This commit is contained in:
parent
0164fac2e0
commit
b7ecd1e4a3
7 changed files with 9516 additions and 3 deletions
|
|
@ -599,6 +599,7 @@ async fn music_search(testfiles: &Path) {
|
|||
("default", "black mamba"),
|
||||
("typo", "liblingsmensch"),
|
||||
("radio", "pop radio"),
|
||||
("artist", "taylor swift"),
|
||||
] {
|
||||
let mut json_path = testfiles.to_path_buf();
|
||||
json_path.push("music_search");
|
||||
|
|
|
|||
Reference in a new issue