Commit 39fd713b authored by Max Kellermann's avatar Max Kellermann

Main: invoke UpdateEffectiveReplayGainMode() after output init

Forward the configured ReplayGainMode to all outputs and decoders.
parent 31d77ec5
......@@ -518,6 +518,8 @@ try {
instance->partition->outputs.Configure(instance->event_loop,
config.replay_gain,
instance->partition->pc);
instance->partition->UpdateEffectiveReplayGainMode();
client_manager_init();
input_stream_global_init();
playlist_list_global_init();
......
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