mirror of https://github.com/Kylart/KawAnime.git
We'd better encode URIs
This commit is contained in:
parent
a274d138cd
commit
9188a0f25b
|
@ -135,7 +135,7 @@
|
|||
: 'episode'
|
||||
},
|
||||
url () {
|
||||
return `https://myanimelist.net/anime/${this.info.id}/${this.info.title}`
|
||||
return `https://myanimelist.net/anime/${this.info.id}/${encodeURI(this.info.title)}`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue