diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-10-17 01:10:04 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-10-17 01:10:04 +0200 |
| commit | c614c117dc9fb40fe6565321dceb0c758766fef7 (patch) | |
| tree | 2107ec186d80b3d8a2160db9608918eefc757e93 /mumlib | |
| parent | e2f5c15e17d0ddcde88830194410c387793c045f (diff) | |
| download | mum-c614c117dc9fb40fe6565321dceb0c758766fef7.tar.gz | |
Set input volume via mumctl
Diffstat (limited to 'mumlib')
| -rw-r--r-- | mumlib/src/command.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
