mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-04-09 13:20:38 +08:00
fix: 修复一直循环播放一首歌曲的问题 close #519
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user