From 06af9ebb46499a6d5c79d5f766c2254204950a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AC=97=E8=A1=8D?= Date: Thu, 17 Oct 2024 20:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=AD=8C=E6=9B=B2=E6=97=B6?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E6=92=AD=E6=94=BE=E6=97=B6=E9=97=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Index.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index 330100f..95a1a1e 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -444,6 +444,7 @@ struct Index { case 'idle': console.info('播放器重置。'); this.stopContinuousTask() + this.nowPlayedTime = 0 break; case 'initialized': console.info('播放器初始化。');