From b436870dcdde47ba9fc0b759e05b32090104719d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Mon, 5 Jan 2026 07:25:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E4=B8=8A=E4=B8=80=E9=A6=96=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaomusic/xiaomusic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xiaomusic/xiaomusic.py b/xiaomusic/xiaomusic.py index d5f5c6c..3be6112 100644 --- a/xiaomusic/xiaomusic.py +++ b/xiaomusic/xiaomusic.py @@ -2319,6 +2319,7 @@ class XiaoMusicDevice: if ( self.device.play_type == PLAY_TYPE_ALL or self.device.play_type == PLAY_TYPE_RND + or self.device.play_type == PLAY_TYPE_SEQ or name == "" or (name not in self._play_list) ):