mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-17 16:48:14 +08:00
fix: arg1 漏修改
This commit is contained in:
@@ -454,7 +454,7 @@ class XiaoMusic:
|
|||||||
if name == "":
|
if name == "":
|
||||||
await self.do_tts(f"本地没有歌曲")
|
await self.do_tts(f"本地没有歌曲")
|
||||||
return
|
return
|
||||||
await self.play(name=name)
|
await self.play(arg1=name)
|
||||||
|
|
||||||
# 单曲循环
|
# 单曲循环
|
||||||
async def set_play_type_one(self, **kwargs):
|
async def set_play_type_one(self, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user