mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-14 23:41:29 +00:00
Merge branch 'advplyr:master' into add-i18n-japanese
This commit is contained in:
commit
63de5bb2d5
3 changed files with 11 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue