mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-13 13:52:31 +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: [],
|
queue: [],
|
||||||
current: {},
|
current: {},
|
||||||
clear: false,
|
clear: false,
|
||||||
volume: 0.5,
|
volume: Math.pow(0.5, 2), // 50%
|
||||||
savedPlayIndex: 0,
|
savedPlayIndex: 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user