Skip to content

Commit

Permalink
Pass --no-terminal to mpv (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryze312 committed Feb 14, 2024
1 parent 738015c commit a971c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ impl Command {

command.stdout(process::Stdio::null());
command.stderr(process::Stdio::null());
command.arg("--no-terminal");
command.args(args);
command.arg("--");
command.arg(url);
Expand Down

0 comments on commit a971c7c

Please sign in to comment.