constructor reversion - related commit @8f3d4bf181

This commit is contained in:
2025-06-09 07:52:13 -04:00
parent 8f3d4bf181
commit a6128c7647

View File

@ -235,12 +235,10 @@ class ValidRadioNextRequest(BaseModel):
"""
- **key**: API Key
- **skipTo**: UUID to skip to [optional]
- **pop**: Whether to pop track [optional, defaults to False]
"""
key: str
skipTo: Optional[str] = None
pop: Optional[bool] = False
class ValidRadioReshuffleRequest(ValidRadioNextRequest):