Update client/players/LocalAudioPlayer.js

This commit is contained in:
advplyr 2023-03-20 15:48:31 -05:00 committed by GitHub
parent e81238038e
commit b283644d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()) {