mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 20:12:22 +03:00
Make the default volume 50% (compensate for logarithmic volume).
Closes #1052
This commit is contained in:
parent
8e71f308c2
commit
4a25fa0920
@ -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