mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
default volume to 50%
This commit is contained in:
parent
8971d3aa68
commit
20fc764916
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ impl Spirc {
|
|||
|
||||
let (cmd_tx, cmd_rx) = mpsc::unbounded();
|
||||
|
||||
let volume = 0xFFFF;
|
||||
let volume = 0x8000;
|
||||
let device = initial_device_state(config, volume);
|
||||
mixer.set_volume(volume);
|
||||
|
||||
|
|
Loading…
Reference in a new issue