Merge branch 'fix' into alpha

This commit is contained in:
guozhigq
2023-09-04 13:14:52 +08:00
4 changed files with 33 additions and 27 deletions

View File

@ -756,6 +756,9 @@ class PlPlayerController {
if (videoType.value == 'live') {
return;
}
if (controlsLock.value) {
return;
}
_doubleSpeedStatus.value = val;
double currentSpeed = playbackSpeed;
if (val) {