Fix channel continuation.

This commit is contained in:
FireMasterK 2021-03-30 14:51:52 +05:30
parent eeab08d978
commit 15fa8c0c3f

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)