summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/HBAudio.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBAudio.m b/macosx/HBAudio.m
index fe5d5da40..c1c0cd591 100644
--- a/macosx/HBAudio.m
+++ b/macosx/HBAudio.m
@@ -428,6 +428,7 @@ static NSMutableArray *masterBitRateArray = nil;
else if (YES == [keyPath isEqualToString: @"track"]) {
if (nil != [self track]) {
[self updateCodecs];
+ [self updateMixdowns: YES];
if (YES == [self enabled]) {
[self setSampleRate: [[self sampleRates] objectAtIndex: 0]]; // default to Auto
}