1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add default for normalization

This commit is contained in:
TelepathicWalrus 2023-08-05 14:21:18 +01:00 committed by Bill Thornton
parent 7d16932081
commit 44e77011eb

View file

@ -166,7 +166,7 @@ export class UserSettings {
return this.set('selectAudioNormalization', val, false);
}
return this.get('selectAudioNormalization', false);
return this.get('selectAudioNormalization', false) || 'TrackGain';
}
/**