fix #1434
This commit is contained in:
parent
45271e6115
commit
5073844eb7
1 changed files with 1 additions and 1 deletions
|
@ -1931,7 +1931,7 @@ const app = new Vue({
|
|||
return;
|
||||
}
|
||||
let hints = await (
|
||||
await app.mk.api.v3.music(`/v1/catalog/${app.mk.storefrontId}/search/suggestions?term=${this.search.term}`, {
|
||||
await app.mk.api.v3.music(`/v1/catalog/${app.mk.storefrontId}/search/suggestions?term=${encodeURIComponent(this.search.term)}`, {
|
||||
"fields[albums]": "artwork,name,playParams,url,artistName,id",
|
||||
"fields[artists]": "url,name,artwork,id",
|
||||
"fields[songs]": "artwork,name,playParams,url,artistName,id",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue