fix: 锁定状态、未开启自动播放时返回逻辑

This commit is contained in:
guozhigq
2023-09-03 16:30:03 +08:00
parent cd38c0799d
commit 0cb580ba8e
4 changed files with 33 additions and 27 deletions

View File

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