mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 12:14:11 +00:00
search: fix fetch URL.
This commit is contained in:
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user