Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hongqx committed Jul 30, 2024
1 parent 308b19d commit 1719439
Show file tree
Hide file tree
Showing 3 changed files with 2,273 additions and 2,081 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export function parseMediaPlaylist (lines, parentUrl, useLowLatency) {
if (lastSegment) {
if (endOfList) {
lastSegment.isLast = true

}
media.endSN = lastSegment.sn
media.endPartIndex = lastSegment.partIndex
Expand Down
4 changes: 2 additions & 2 deletions packages/xgplayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer",
"version": "3.0.19-rc.9",
"version": "3.0.21-alpha.0",
"description": "video player",
"main": "dist/index.min.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "rc"
"tag": "alpha"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 1719439

Please sign in to comment.