typeahead/various

This commit is contained in:
2025-04-08 20:15:32 -04:00
parent c4ae59ca9f
commit ca883b2974
4 changed files with 34 additions and 52 deletions

View File

@ -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):