From 819619563efd2f6a817ce2ca19fbca3d8da365ac Mon Sep 17 00:00:00 2001 From: Riri Date: Wed, 25 Oct 2023 20:55:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=86p=E8=A7=86=E9=A2=91=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=90=8E=E6=9C=AA=E5=85=B3=E9=97=AD=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/services/audio_handler.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/audio_handler.dart b/lib/services/audio_handler.dart index 13e9ee51..f9a622b5 100644 --- a/lib/services/audio_handler.dart +++ b/lib/services/audio_handler.dart @@ -130,8 +130,8 @@ class VideoPlayerServiceHandler extends BaseAudioHandler with SeekHandler { if (_item.isEmpty) { playbackState .add(playbackState.value.copyWith(updatePosition: Duration.zero)); - stop(); } + stop(); } clear() {