Pass --no-terminal to mpv (#10)
This commit is contained in:
parent
738015c947
commit
a971c7c35b
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ impl Command {
|
||||||
|
|
||||||
command.stdout(process::Stdio::null());
|
command.stdout(process::Stdio::null());
|
||||||
command.stderr(process::Stdio::null());
|
command.stderr(process::Stdio::null());
|
||||||
|
command.arg("--no-terminal");
|
||||||
command.args(args);
|
command.args(args);
|
||||||
command.arg("--");
|
command.arg("--");
|
||||||
command.arg(url);
|
command.arg(url);
|
||||||
|
|
Loading…
Reference in a new issue