mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
Fix channel continuation.
This commit is contained in:
parent
02ead43703
commit
e4aa80fd24
@ -98,6 +98,7 @@ export default {
|
|||||||
).then(json => {
|
).then(json => {
|
||||||
this.channel.relatedStreams.concat(json.relatedStreams);
|
this.channel.relatedStreams.concat(json.relatedStreams);
|
||||||
this.channel.nextpage = json.nextpage;
|
this.channel.nextpage = json.nextpage;
|
||||||
|
this.channel.nextid = json.nextid;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
json.relatedStreams.map(stream =>
|
json.relatedStreams.map(stream =>
|
||||||
this.channel.relatedStreams.push(stream)
|
this.channel.relatedStreams.push(stream)
|
||||||
|
Loading…
Reference in New Issue
Block a user