mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-09-01 08:15:15 +02:00
Update client/players/LocalAudioPlayer.js
This commit is contained in:
parent
e81238038e
commit
b283644d95
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ export default class LocalAudioPlayer extends EventEmitter {
|
||||||
|
|
||||||
setHlsStream() {
|
setHlsStream() {
|
||||||
this.trackStartTime = 0
|
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
|
// iOS does not support Media Elements but allows for HLS in the native audio player
|
||||||
if (!Hls.isSupported()) {
|
if (!Hls.isSupported()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue