fix: arg1 漏修改

This commit is contained in:
涵曦 2024-01-28 19:14:48 +08:00
parent 8f5e2f0560
commit 15036c3755

View File

@ -454,7 +454,7 @@ class XiaoMusic:
if name == "":
await self.do_tts(f"本地没有歌曲")
return
await self.play(name=name)
await self.play(arg1=name)
# 单曲循环
async def set_play_type_one(self, **kwargs):