remove audio_normalization

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-28 21:36:35 +08:00
parent 70881ead22
commit 477b59ce89
5 changed files with 1 additions and 113 deletions

View File

@@ -90,7 +90,6 @@ class SettingBoxKey {
refreshDragPercentage = 'refreshDragPercentage',
refreshDisplacement = 'refreshDisplacement',
showHotRcmd = 'showHotRcmd',
audioNormalization = 'audioNormalization',
superResolutionType = 'superResolutionType',
preInitPlayer = 'preInitPlayer',
mainTabBarView = 'mainTabBarView',

View File

@@ -405,9 +405,6 @@ class Pref {
static bool get showHotRcmd =>
_setting.get(SettingBoxKey.showHotRcmd, defaultValue: false);
static String get audioNormalization =>
_setting.get(SettingBoxKey.audioNormalization, defaultValue: '0');
static SuperResolutionType get superResolutionType {
SuperResolutionType? superResolutionType;
final index = _setting.get(SettingBoxKey.superResolutionType);