fix
This commit is contained in:
parent
6637e0e571
commit
e45e88724d
1 changed files with 5 additions and 1 deletions
|
@ -19219,7 +19219,11 @@ var M3U8Parser = /*#__PURE__*/function () {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (levels && levels.length > 0) {
|
||||
levels = levels.sort(function (a, b) {
|
||||
return a.bitrate - b.bitrate;
|
||||
});
|
||||
}
|
||||
return {
|
||||
levels: levels,
|
||||
sessionData: hasSessionData ? sessionData : null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue