mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Update client/players/LocalAudioPlayer.js
This commit is contained in:
parent
e81238038e
commit
b283644d95
@ -127,7 +127,7 @@ export default class LocalAudioPlayer extends EventEmitter {
|
||||
|
||||
setHlsStream() {
|
||||
this.trackStartTime = 0
|
||||
let m3u8Url = this.audioTracks[0].relativeContentUrl
|
||||
this.currentTrackIndex = 0
|
||||
|
||||
// iOS does not support Media Elements but allows for HLS in the native audio player
|
||||
if (!Hls.isSupported()) {
|
||||
|
Loading…
Reference in New Issue
Block a user