This commit is contained in:
2025-02-11 20:49:14 -05:00
parent 88d870ce8f
commit 128019423b
2 changed files with 23 additions and 7 deletions

View File

@ -242,6 +242,15 @@ class ValidRadioSongRequest(BaseModel):
artistsong: str | None = None
alsoSkip: bool = False
class ValidRadioQueueGetRequest(BaseModel):
"""
- **key**: API key (optional, needed if specifying a non-default limit)
- **limit**: optional, default: 15k
"""
key: str|None = None
limit: int|None = 15000
class ValidRadioNextRequest(BaseModel):
"""
- **key**: API Key