From f19a7e1080a10fbd1e0ec7be1550f415d5562835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sat, 29 Jun 2024 15:37:08 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=B3=E6=9C=BA=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaomusic/xiaomusic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xiaomusic/xiaomusic.py b/xiaomusic/xiaomusic.py index 03a1f5f..8d145c4 100644 --- a/xiaomusic/xiaomusic.py +++ b/xiaomusic/xiaomusic.py @@ -311,8 +311,8 @@ class XiaoMusic: async def force_stop_xiaoai(self): ret = await self.mina_service.player_pause(self.device_id) self.log.debug(f"force_stop_xiaoai player_pause ret:{ret}") - ret = await self.mina_service.player_stop(self.device_id) - self.log.debug(f"force_stop_xiaoai player_stop ret:{ret}") + #ret = await self.mina_service.player_stop(self.device_id) + #self.log.debug(f"force_stop_xiaoai player_stop ret:{ret}") # 是否在下载中 def is_downloading(self):