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:
parent
3229664051
commit
7624270a63
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class PeerTubeLiveDisplay extends ClickableComponent {
|
|||
if (!hlsjs) return
|
||||
|
||||
this.player().currentTime(hlsjs.liveSyncPosition)
|
||||
this.player().play()
|
||||
this.updateSync(true)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue