Merge branch 'fix'

This commit is contained in:
guozhigq
2024-12-01 13:01:14 +08:00
4 changed files with 20 additions and 5 deletions

View File

@ -917,7 +917,7 @@ class PlPlayerController {
if (videoType == 'live') {
return;
}
if (controlsLock.value) {
if (_controlsLock.value) {
return;
}
_doubleSpeedStatus.value = val;
@ -1093,6 +1093,7 @@ class PlPlayerController {
videoFitChangedTimer?.cancel();
// _position.close();
_playerEventSubs?.cancel();
_controlsLock.value = false;
// _sliderPosition.close();
// _sliderTempPosition.close();
// _isSliderMoving.close();