mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Adjust parameter name to match backend expectation
See https://github.com/TeamPiped/Piped/commit/2ca802e66901d66b62e91d5b707eb9656240e4cf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user