This commit is contained in:
2025-04-26 22:01:25 -04:00
parent 0b70d93d47
commit 2a49a92bb2
4 changed files with 24 additions and 15 deletions

View File

@ -125,13 +125,13 @@ class LyricSearch(FastAPI):
"errorText": f"Unknown request source: {data.src}",
},
)
if data.a == "N/A" and data.s == "N/A":
return JSONResponse(
status_code=200,
content={
'test': 'success',
}
"test": "success",
},
)
if not data.t: