From c614c117dc9fb40fe6565321dceb0c758766fef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 16 Oct 2020 23:10:04 +0000 Subject: Set input volume via mumctl --- mumlib/src/command.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mumlib/src') diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index b2ac321..9211656 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -9,6 +9,7 @@ pub enum Command { channel_id: u32, }, ChannelList, + InputVolumeSet(f32), ServerConnect { host: String, port: u16, -- cgit v1.2.1