This commit is contained in:
2025-04-26 21:27:55 -04:00
parent 6a43d32808
commit 0b70d93d47
9 changed files with 65 additions and 34 deletions

View File

@ -125,6 +125,14 @@ 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',
}
)
if not data.t:
search_artist: Optional[str] = data.a