Skip to content

Commit

Permalink
fix: arg1 漏修改
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jan 28, 2024
1 parent 8f5e2f0 commit 15036c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xiaomusic/xiaomusic.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ async def play_next(self, **kwargs):
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):
Expand Down

0 comments on commit 15036c3

Please sign in to comment.