mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-03-11 17:15:49 +00:00
Do not set audio track id. Set audio name
This commit is contained in:
parent
9e1c06c7d2
commit
82a0b15b35
1 changed files with 1 additions and 2 deletions
|
|
@ -68,12 +68,11 @@ fn create_shareable_mpv(window_handle: HWND) -> Arc<Mpv> {
|
|||
}
|
||||
set_property!("wid", window_handle as i64);
|
||||
set_property!("title", "Stremio");
|
||||
set_property!("audio-client-name", "Stremio");
|
||||
set_property!("terminal", "yes");
|
||||
set_property!("msg-level", "all=no,cplayer=debug");
|
||||
set_property!("quiet", "yes");
|
||||
set_property!("hwdec", "auto");
|
||||
// FIXME: very often the audio track isn't selected when using "aid" = "auto"
|
||||
set_property!("aid", "1");
|
||||
Ok(())
|
||||
});
|
||||
Arc::new(mpv.expect("cannot build MPV"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue