Adjust parameter name to match backend expectation

See https://github.com/TeamPiped/Piped/commit/2ca802e66901d66b62e91d5b707eb9656240e4cf
This commit is contained in:
root
2021-07-30 16:14:52 +05:30
parent 9289791aa1
commit d49c64dcef
+1 -1
View File
@@ -172,7 +172,7 @@ export default {
this.$store.dispatch('fetchJson', {
path: '/nextpage/comments/' + this.getVideoId(),
params: {
url: this.comments.nextpage
nextpage: this.comments.nextpage
}
}).then(json => {
this.comments.nextpage = json.nextpage