Commit 6b437458 authored by Max Kellermann's avatar Max Kellermann

ReplayGainCoinfig: initialize replay_gain_limit with default value

parent f8a99a39
......@@ -40,7 +40,7 @@ static constexpr bool DEFAULT_REPLAYGAIN_LIMIT = true;
float replay_gain_preamp = 1.0;
float replay_gain_missing_preamp = 1.0;
bool replay_gain_limit;
bool replay_gain_limit = DEFAULT_REPLAYGAIN_LIMIT;
const char *
replay_gain_get_mode_string(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment