mod: live qa

Closes #464

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-23 20:34:52 +08:00
parent 96ba36ed67
commit 97bef56006
4 changed files with 72 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ enum LiveQuality {
dolby,
super4K,
origin,
veryHigh,
bluRay,
superHD,
smooth,
@@ -37,6 +36,7 @@ extension VideoQualityDesc on LiveQuality {
'原画',
'蓝光',
'超清',
'高清',
'流畅',
];
get description => _descList[index];