Skip to content

Commit 167dc7a

Browse files
authored
Merge pull request #152 from Stremio/fix-shell-default-subtitles-none
Disable MPV subtitle auto-selection on load
2 parents ee18519 + 4e6f6aa commit 167dc7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ShellVideo/ShellVideo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ function ShellVideo(options) {
453453
} else {
454454
ipc.send('mpv-command', ['loadfile', stream.url]);
455455
}
456+
ipc.send('mpv-set-prop', ['sid', 'no']);
456457
ipc.send('mpv-set-prop', ['pause', false]);
457458
ipc.send('mpv-set-prop', ['speed', props.speed]);
458459
if (props.aid) {

0 commit comments

Comments
 (0)