Skip to content

Commit

Permalink
Change default volume to 50%
Browse files Browse the repository at this point in the history
Should fix #1052
  • Loading branch information
deluan committed Jul 5, 2021
1 parent 189d0c0 commit 24d4c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/reducers/playerReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const initialState = {
queue: [],
current: {},
clear: false,
volume: 1,
volume: 0.5,
savedPlayIndex: 0,
}

Expand Down

0 comments on commit 24d4c81

Please sign in to comment.