mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Fix: encode query
This commit is contained in:
parent
29de1c0731
commit
07c1b8e986
@ -86,7 +86,7 @@ export default {
|
||||
"&id=" +
|
||||
encodeURIComponent(this.results.id) +
|
||||
"&q=" +
|
||||
this.$route.params.search_query
|
||||
encodeURIComponent(this.$route.params.search_query)
|
||||
)
|
||||
.then(body => body.json())
|
||||
.then(json => {
|
||||
|
Loading…
Reference in New Issue
Block a user