Change default volume to 50%

Should fix #1052
This commit is contained in:
Deluan 2021-07-04 21:33:43 -04:00 committed by Joe Stump
parent 3ed82ebed4
commit 8b1d6e16be
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -16,7 +16,7 @@ const initialState = {
queue: [],
current: {},
clear: false,
volume: 1,
volume: 0.5,
savedPlayIndex: 0,
}