Merge pull request #1618 from fidoriel/transcode-continue-bug

Fix transcoded streams fail to continue listening
This commit is contained in:
advplyr
2023-03-20 15:49:11 -05:00
committed by GitHub

View File

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