fix: arg1 漏修改
This commit is contained in:
parent
8f5e2f0560
commit
15036c3755
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user