mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix latest live sessions order
This commit is contained in:
parent
92083e4228
commit
58e7850615
@ -54,6 +54,6 @@ export class LiveStreamInformationComponent {
|
||||
.subscribe(live => this.live = live)
|
||||
|
||||
this.liveVideoService.listSessions(video.id)
|
||||
.subscribe(({ data }) => this.latestLiveSessions = data.slice(0, 5))
|
||||
.subscribe(({ data }) => this.latestLiveSessions = data.reverse().slice(0, 5))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user