summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win/CS/Controls/AudioPanel.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/Controls/AudioPanel.cs b/win/CS/Controls/AudioPanel.cs
index 59464077c..84ff1e509 100644
--- a/win/CS/Controls/AudioPanel.cs
+++ b/win/CS/Controls/AudioPanel.cs
@@ -404,6 +404,10 @@ namespace Handbrake.Controls
DRC = 0,
};
+ // Force an update of the mixdown control
+ this.SetMixDown(EnumHelper<Mixdown>.GetDisplay(track.MixDown));
+ this.SetBitrate(track.Bitrate);
+
this.audioTracks.Add(track);
// The Audio List has changed to raise the event.