mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-23 19:52:09 +08:00
fix: safari resolution get fallback
This commit is contained in:
@@ -310,7 +310,7 @@ function PlayPageClient() {
|
||||
case 'SD':
|
||||
return 20;
|
||||
default:
|
||||
return 30;
|
||||
return 0;
|
||||
}
|
||||
})();
|
||||
score += qualityScore * 0.4;
|
||||
|
||||
Reference in New Issue
Block a user