1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Replay the stream when clicking on live button

This commit is contained in:
Chocobozzz 2022-12-23 11:58:13 +01:00
parent 3229664051
commit 7624270a63
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -55,6 +55,7 @@ class PeerTubeLiveDisplay extends ClickableComponent {
if (!hlsjs) return
this.player().currentTime(hlsjs.liveSyncPosition)
this.player().play()
this.updateSync(true)
}