mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-03-23 09:29:44 +08:00
fix: 修复下载后不自动播放的问题
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user