1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-23 09:29:44 +08:00

fix: 修复下载后不自动播放的问题

This commit is contained in:
涵曦
2025-03-09 16:56:27 +08:00
parent 09d9144392
commit 1eeaa793a1
5 changed files with 17 additions and 13 deletions

View File

@@ -151,7 +151,7 @@ async def custom_event(sid, data):
await sio.emit("response", {"action": "切歌", "status": data})
@app.post("thdaction")
@app.post("/thdaction")
async def thdaction(item: Item):
await sio.emit(
"response",