From d49c64dcefde0253298412fe3d8dd702a6a8c096 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 Jul 2021 16:14:52 +0530 Subject: [PATCH] Adjust parameter name to match backend expectation See https://github.com/TeamPiped/Piped/commit/2ca802e66901d66b62e91d5b707eb9656240e4cf --- src/routes/WatchVideo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/WatchVideo.vue b/src/routes/WatchVideo.vue index ad156c2..2b6720e 100644 --- a/src/routes/WatchVideo.vue +++ b/src/routes/WatchVideo.vue @@ -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