mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-20 02:14:22 +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…
Add table
Reference in a new issue