Fix channel continuation.

This commit is contained in:
FireMasterK 2021-03-30 14:51:52 +05:30
parent 02ead43703
commit e4aa80fd24
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58

View file

@ -98,6 +98,7 @@ export default {
).then(json => {
this.channel.relatedStreams.concat(json.relatedStreams);
this.channel.nextpage = json.nextpage;
this.channel.nextid = json.nextid;
this.loading = false;
json.relatedStreams.map(stream =>
this.channel.relatedStreams.push(stream)