fix(player): disable audio normalization on missing audio input (#1865)

* fix(player): disable audio normalization on missing audio input

* fix(player): skip normalization when local audio input is missing

* fix `hasDashAudio`

---------

Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
HeXis-YS
2026-03-15 09:16:10 +08:00
committed by GitHub
parent ffbbd8e702
commit d73588f1fd
6 changed files with 41 additions and 39 deletions

View File

@@ -7,7 +7,7 @@ import 'package:get/route_manager.dart';
class BiliDownloadEntryInfo with MultiSelectData {
int mediaType;
final bool hasDashAudio;
bool hasDashAudio;
bool isCompleted;
int totalBytes;
int downloadedBytes;