1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

Fix: the issue that voice deletion of songs failed (#539)

This commit is contained in:
here~
2025-09-17 11:30:08 +08:00
committed by GitHub
parent d11823fa1a
commit 5164835037

View File

@@ -1125,7 +1125,7 @@ class XiaoMusic:
name = arg1
if len(name) == 0:
name = self.playingmusic(did)
self.del_music(name)
await self.del_music(name)
async def del_music(self, name):
filename = self.get_filename(name)