fix: 锁定状态、未开启自动播放时返回逻辑
This commit is contained in:
@ -731,6 +731,9 @@ class PlPlayerController {
|
||||
if (videoType.value == 'live') {
|
||||
return;
|
||||
}
|
||||
if (controlsLock.value) {
|
||||
return;
|
||||
}
|
||||
_doubleSpeedStatus.value = val;
|
||||
double currentSpeed = playbackSpeed;
|
||||
if (val) {
|
||||
|
||||
Reference in New Issue
Block a user