fix: 长按倍速后不恢复

This commit is contained in:
guozhigq
2023-10-16 23:16:41 +08:00
parent 86c87dc1d5
commit 789d95e728

View File

@ -577,7 +577,8 @@ class PlPlayerController {
duration: (currentOption.duration / speed) * playbackSpeed);
danmakuController!.updateOption(updatedOption);
} catch (_) {}
_playbackSpeed.value = speed;
// fix 长按倍速后放开不恢复
// _playbackSpeed.value = speed;
}
/// 设置倍速