fix!: remove music playlist search without filter

This commit is contained in:
ThetaDev 2023-07-03 16:57:23 +02:00
parent 031b730c47
commit 8ea69d5453
4 changed files with 22 additions and 62 deletions

View file

@ -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();
}