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:
parent
7d16932081
commit
44e77011eb
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ export class UserSettings {
|
|||
return this.set('selectAudioNormalization', val, false);
|
||||
}
|
||||
|
||||
return this.get('selectAudioNormalization', false);
|
||||
return this.get('selectAudioNormalization', false) || 'TrackGain';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue