fix: (xgplayer-hls) playlist Live state

This commit is contained in:
王伟 2024-05-29 11:42:21 +08:00 committed by gemstone
parent 18976eaf28
commit ef49196e1d

View File

@ -166,11 +166,10 @@ export function parseMediaPlaylist (lines, parentUrl, useLowLatency) {
if (lastSegment) {
if (endOfList) {
lastSegment.isLast = true
media.live = false
}
media.endSN = lastSegment.sn
media.endPartIndex = lastSegment.partIndex
media.live = false
}