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