opt audio normalization

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-27 18:44:45 +08:00
parent 6755b7fae6
commit b406a00c8d
3 changed files with 13 additions and 7 deletions

View File

@@ -856,6 +856,7 @@ class VideoDetailController extends GetxController
tryLook: plPlayerController.tryLook,
videoType: _actualVideoType ?? videoType,
language: currLang.value,
voiceBalance: plPlayerController.enableAudioNormalization,
);
if (result case Success(:final response)) {