Merge pull request #968 from Stremio/fix/shell-external-subtitles-disabled

Player(Desktop): Fix external subtitles selection
This commit is contained in:
Tim 2025-07-03 15:51:49 +02:00 committed by GitHub
commit b742e385ea
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.49.4",
"@stremio/stremio-icons": "5.7.1",
"@stremio/stremio-video": "0.0.60",
"@stremio/stremio-video": "0.0.61",
"a-color-picker": "1.2.1",
"bowser": "2.11.0",
"buffer": "6.0.3",
@ -3412,9 +3412,9 @@
]
},
"node_modules/@stremio/stremio-video": {
"version": "0.0.60",
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.60.tgz",
"integrity": "sha512-RbmSi+Lk+3pb6f2ZkGVCnoMoJoujvVvSLDHiLGkXnzQwjYf2B2022NKlAQmHRuHN1sjD+VEsKD8foQH4hXGG1A==",
"version": "0.0.61",
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.61.tgz",
"integrity": "sha512-+m3ScDmImTilcpCnY5WO091SdWuDMrW8KkUs7y+ZL6PioZXNtd8fvRsmQoHKkWkkKX3K3LNTIfA7w5unITv1jA==",
"license": "MIT",
"dependencies": {
"buffer": "6.0.3",

View file

@ -19,7 +19,7 @@
"@stremio/stremio-colors": "5.2.0",
"@stremio/stremio-core-web": "0.49.4",
"@stremio/stremio-icons": "5.7.1",
"@stremio/stremio-video": "0.0.60",
"@stremio/stremio-video": "0.0.61",
"a-color-picker": "1.2.1",
"bowser": "2.11.0",
"buffer": "6.0.3",