From 789d95e728d8547a78bf5cc07092d8de2ab350ff Mon Sep 17 00:00:00 2001 From: guozhigq Date: Mon, 16 Oct 2023 23:16:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=95=BF=E6=8C=89=E5=80=8D=E9=80=9F?= =?UTF-8?q?=E5=90=8E=E4=B8=8D=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/plugin/pl_player/controller.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/plugin/pl_player/controller.dart b/lib/plugin/pl_player/controller.dart index 78845e60..2c116b16 100644 --- a/lib/plugin/pl_player/controller.dart +++ b/lib/plugin/pl_player/controller.dart @@ -577,7 +577,8 @@ class PlPlayerController { duration: (currentOption.duration / speed) * playbackSpeed); danmakuController!.updateOption(updatedOption); } catch (_) {} - _playbackSpeed.value = speed; + // fix 长按倍速后放开不恢复 + // _playbackSpeed.value = speed; } /// 设置倍速