From 342a9040adc4d8e628e2df6cf04ff14f8c211a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Mon, 12 Jan 2026 23:43:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E7=9B=B4?= =?UTF-8?q?=E5=BE=AA=E7=8E=AF=E6=92=AD=E6=94=BE=E4=B8=80=E9=A6=96=E6=AD=8C?= =?UTF-8?q?=E6=9B=B2=E7=9A=84=E9=97=AE=E9=A2=98=20close=20#519?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaomusic/device_player.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xiaomusic/device_player.py b/xiaomusic/device_player.py index f59fb12..9995493 100644 --- a/xiaomusic/device_player.py +++ b/xiaomusic/device_player.py @@ -715,6 +715,7 @@ class XiaoMusicDevice: await self._play_next() else: self.log.info("定时器时间到了但是不见了") + await self.stop(arg1="notts") except Exception as e: self.log.error(f"Execption {e}")