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
commit 1af7e59d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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