mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Merge pull request #1618 from fidoriel/transcode-continue-bug
Fix transcoded streams fail to continue listening
This commit is contained in:
commit
1af7e59d88
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ export default class LocalAudioPlayer extends EventEmitter {
|
|||
|
||||
setHlsStream() {
|
||||
this.trackStartTime = 0
|
||||
this.currentTrackIndex = 0
|
||||
|
||||
// iOS does not support Media Elements but allows for HLS in the native audio player
|
||||
if (!Hls.isSupported()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue