Merge pull request #589 from Stremio/fix-hls-sidx-parsing

fix hls sidx parsing
This commit is contained in:
Alexandru Branza 2024-02-22 19:14:39 +02:00 committed by GitHub
commit 18236ae752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -14,7 +14,7 @@
"@stremio/stremio-colors": "5.0.1",
"@stremio/stremio-core-web": "0.46.3",
"@stremio/stremio-icons": "5.2.0",
"@stremio/stremio-video": "0.0.33",
"@stremio/stremio-video": "0.0.38",
"a-color-picker": "1.2.1",
"bowser": "2.11.0",
"buffer": "6.0.3",
@ -2982,16 +2982,16 @@
"integrity": "sha512-rABlPBTFF17QcSm/4IizVoE/jh+REt+waqA0RvIxuGjQppXlvj7CalqVvTam0CC2wgY00zNG1v/9kVHUDVzo4Q=="
},
"node_modules/@stremio/stremio-video": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.33.tgz",
"integrity": "sha512-SaJgKmDrk8+reJprXYEz/hfp66E9GdhqURX20DiRx0OsDZFDYvWIe1fZLqj5B3LjVHtwEq3FIku+Z9qnH4jPDg==",
"version": "0.0.38",
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.38.tgz",
"integrity": "sha512-ev9z3YdMcZAsTQjEwOLfqB9EI8GdbQzwSGMZIOLPR/7/Ce7BQIctwDnEtTLgPmCsRpYZsqOD1PiBwU9tiDHZ8w==",
"dependencies": {
"buffer": "6.0.3",
"color": "4.2.3",
"deep-freeze": "0.0.1",
"eventemitter3": "4.0.7",
"hat": "0.0.3",
"hls.js": "https://github.com/Stremio/hls.js/releases/download/v1.5.4-patch1/hls.js-1.5.4-patch1.tgz",
"hls.js": "https://github.com/Stremio/hls.js/releases/download/v1.5.4-patch2/hls.js-1.5.4-patch2.tgz",
"lodash.clonedeep": "4.5.0",
"magnet-uri": "6.2.0",
"url": "0.11.0",
@ -6880,9 +6880,9 @@
}
},
"node_modules/hls.js": {
"version": "1.5.5-0.canary.9892",
"resolved": "https://github.com/Stremio/hls.js/releases/download/v1.5.4-patch1/hls.js-1.5.4-patch1.tgz",
"integrity": "sha512-YDHKApXQtCM9DgwAN/3KTvvaxz6zbmjACQKFMbFE1nD21hE+jX4gv8UX3sMYE99A0slMht29wjK93NCseuG0fg==",
"version": "1.5.5-0.canary.9893",
"resolved": "https://github.com/Stremio/hls.js/releases/download/v1.5.4-patch2/hls.js-1.5.4-patch2.tgz",
"integrity": "sha512-PvVzZI5Nd2X5ol4R+DVwfpjJtAJ4xKaEzDfIZObfzmWPOop94javQltDt9H92uQUiLIKjFm06Ngpjz0NEudL2Q==",
"license": "Apache-2.0"
},
"node_modules/hpack.js": {

View file

@ -17,7 +17,7 @@
"@stremio/stremio-colors": "5.0.1",
"@stremio/stremio-core-web": "0.46.3",
"@stremio/stremio-icons": "5.2.0",
"@stremio/stremio-video": "0.0.33",
"@stremio/stremio-video": "0.0.38",
"a-color-picker": "1.2.1",
"bowser": "2.11.0",
"buffer": "6.0.3",