mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-03-15 08:13:16 +08:00
fix: 修复顺序播放上一首失效的问题
This commit is contained in:
@@ -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)
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user