reset volume to 50%

This commit is contained in:
Federico Fossemò 2017-12-04 12:16:41 +01:00 committed by GitHub
parent c8a2190e9e
commit 9e51977885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ impl Spirc {
let (cmd_tx, cmd_rx) = mpsc::unbounded(); let (cmd_tx, cmd_rx) = mpsc::unbounded();
let volume = 0x3333; let volume = 0x8000;
let device = initial_device_state(config, volume); let device = initial_device_state(config, volume);
mixer.set_volume(volume); mixer.set_volume(volume);