Merge pull request #5163 from pjkottke/master

The timestamp in the share URL should override the saved position for the user.
This commit is contained in:
advplyr
2026-04-25 17:15:23 -05:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -364,6 +364,7 @@ export default {
}
const startTime = this.playbackSession.currentTime || 0
this.localAudioPlayer.set(null, this.audioTracks, false, startTime, false)
this.localAudioPlayer.on('stateChange', this.playerStateChange.bind(this))
this.localAudioPlayer.on('timeupdate', this.playerTimeUpdate.bind(this))