opt: select dialog & feat: select subtitle if muted (#564)

* opt: select dialog

* opt: subtitle

* feat: select subtitle if muted
This commit is contained in:
My-Responsitories
2025-03-29 17:52:06 +08:00
committed by GitHub
parent 2ddfea5cf3
commit 82f9f48a8e
10 changed files with 284 additions and 236 deletions

View File

@@ -39,5 +39,5 @@ extension VideoQualityDesc on LiveQuality {
'高清',
'流畅',
];
get description => _descList[index];
String get description => _descList[index];
}