fix: support MusicCardShelfRenderer (music search results)

This commit is contained in:
ThetaDev 2023-04-09 11:51:19 +02:00
parent 0164fac2e0
commit b7ecd1e4a3
7 changed files with 9516 additions and 3 deletions

View file

@ -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");