feat: Add play next functionality to player service and API
This commit is contained in:
@@ -49,3 +49,7 @@ class PlayerStateResponse(BaseModel):
|
||||
None,
|
||||
description="Current track index in playlist",
|
||||
)
|
||||
play_next_queue: list[dict[str, Any]] = Field(
|
||||
default_factory=list,
|
||||
description="Play next queue",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user