pipewire-controller: fix expect text
parent
29e15338ef
commit
885a428878
|
@ -37,7 +37,7 @@ let
|
|||
Command::new("${pamixer}")
|
||||
.args(["--default-source", "--unmute"])
|
||||
.output()
|
||||
.expect("Unable to mute via pamixer");
|
||||
.expect("Unable to unmute via pamixer");
|
||||
|
||||
Command::new("${mpv}")
|
||||
.args(["--no-video", UNMUTE_AUDIO])
|
||||
|
|
Loading…
Reference in New Issue