# app.rocksky.player.next

> Published by [rocksky.app](https://lexicon.garden/identity/did:plc:vegqomyce4ssoqs7zwqvgqty)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.player.next)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.player.next/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.player.next/examples)

## Definitions

### `app.rocksky.player.next`

**Type**: `procedure`

Play the next track in the queue

## Raw Schema

```json
{
  "id": "app.rocksky.player.next",
  "defs": {
    "main": {
      "type": "procedure",
      "parameters": {
        "type": "params",
        "properties": {
          "playerId": {
            "type": "string"
          }
        }
      },
      "description": "Play the next track in the queue"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
