typeahead/various
This commit is contained in:
@ -300,7 +300,7 @@ class Radio(FastAPI):
|
||||
async def radio_typeahead(self, data: ValidRadioTypeaheadRequest,
|
||||
request: Request) -> JSONResponse:
|
||||
"""
|
||||
Radio typehead handler
|
||||
Radio typeahead handler
|
||||
- **query**: Typeahead query
|
||||
"""
|
||||
if not isinstance(data.query, str):
|
||||
|
Reference in New Issue
Block a user