mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Make the default volume 50% (compensate for logarithmic volume).
Closes #1052
This commit is contained in:
parent
5c61038569
commit
cbfa011273
@ -16,7 +16,7 @@ const initialState = {
|
||||
queue: [],
|
||||
current: {},
|
||||
clear: false,
|
||||
volume: 0.5,
|
||||
volume: Math.pow(0.5, 2), // 50%
|
||||
savedPlayIndex: 0,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user