fix!: remove music playlist search without filter
This commit is contained in:
parent
031b730c47
commit
8ea69d5453
4 changed files with 22 additions and 62 deletions
|
|
@ -619,7 +619,7 @@ async fn music_search_playlists() {
|
|||
|
||||
let rp = rp_testfile(&json_path);
|
||||
rp.query()
|
||||
.music_search_playlists_filter("pop", community)
|
||||
.music_search_playlists("pop", community)
|
||||
.await
|
||||
.unwrap();
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue