1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-15 08:13:16 +08:00

fix: 修复顺序播放上一首失效的问题

This commit is contained in:
涵曦
2026-01-05 07:25:52 +08:00
parent 6a9223a027
commit b436870dcd

View File

@@ -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)
):