misc
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user