mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Disable player loggin in release
This commit is contained in:
parent
82a0b15b35
commit
21fb872a51
1 changed files with 3 additions and 0 deletions
|
|
@ -70,7 +70,10 @@ fn create_shareable_mpv(window_handle: HWND) -> Arc<Mpv> {
|
|||
set_property!("title", "Stremio");
|
||||
set_property!("audio-client-name", "Stremio");
|
||||
set_property!("terminal", "yes");
|
||||
#[cfg(debug_assertions)]
|
||||
set_property!("msg-level", "all=no,cplayer=debug");
|
||||
#[cfg(not(debug_assertions))]
|
||||
set_property!("msg-level", "all=no");
|
||||
set_property!("quiet", "yes");
|
||||
set_property!("hwdec", "auto");
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Reference in a new issue