Add default for normalization
This commit is contained in:
committed by
Bill Thornton
parent
7d16932081
commit
44e77011eb
@@ -166,7 +166,7 @@ export class UserSettings {
|
||||
return this.set('selectAudioNormalization', val, false);
|
||||
}
|
||||
|
||||
return this.get('selectAudioNormalization', false);
|
||||
return this.get('selectAudioNormalization', false) || 'TrackGain';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user