1
0
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:
涵曦
2026-01-12 23:43:52 +08:00
parent fe54bebf1d
commit 342a9040ad

View File

@@ -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}")