Merge pull request #825 from Stremio/bump-stremio-video
Some checks failed
Build / build (push) Has been cancelled

Player(Shell): Fix background and handle embedded subtitles offset and delay
This commit is contained in:
Tim 2025-02-05 15:52:42 +01:00 committed by GitHub
commit 27b6942fcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -14,7 +14,7 @@
"@stremio/stremio-colors": "5.2.0",
"@stremio/stremio-core-web": "0.48.5",
"@stremio/stremio-icons": "5.4.1",
"@stremio/stremio-video": "0.0.48",
"@stremio/stremio-video": "0.0.52",
"a-color-picker": "1.2.1",
"bowser": "2.11.0",
"buffer": "6.0.3",
@ -3409,9 +3409,9 @@
]
},
"node_modules/@stremio/stremio-video": {
"version": "0.0.48",
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.48.tgz",
"integrity": "sha512-6ALGXCZC4NPsfhPcrwFWQzvH6UMMRsgSkHetnOhv9WmZ5ubiyUdbBzj9atGiGuuQz8pRcze66ztrub+dsaQbpw==",
"version": "0.0.52",
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.52.tgz",
"integrity": "sha512-OlHC8FIvYEyGXcNAM4W044Dqx6CmGb5BV3fDU361SyUjO9gKXXUWdL7LwmwHeWFeuy2sK1MEg4AT2JPptvJ0rg==",
"license": "MIT",
"dependencies": {
"buffer": "6.0.3",

View file

@ -18,7 +18,7 @@
"@stremio/stremio-colors": "5.2.0",
"@stremio/stremio-core-web": "0.48.5",
"@stremio/stremio-icons": "5.4.1",
"@stremio/stremio-video": "0.0.48",
"@stremio/stremio-video": "0.0.52",
"a-color-picker": "1.2.1",
"bowser": "2.11.0",
"buffer": "6.0.3",