mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
search: fix fetch URL.
This commit is contained in:
parent
a27c822980
commit
aee8424908
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export default {
|
|||
"&id=" +
|
||||
encodeURIComponent(this.results.id) +
|
||||
"&q=" +
|
||||
encodeURIComponent(this.$route.params.search_query)
|
||||
encodeURIComponent(this.$route.query.search_query)
|
||||
)
|
||||
.then(body => body.json())
|
||||
.then(json => {
|
||||
|
|
Loading…
Reference in a new issue