# app.rocksky.spotify.seek

> 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.spotify.seek)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.spotify.seek/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vegqomyce4ssoqs7zwqvgqty/app.rocksky.spotify.seek/examples)

## Definitions

### `app.rocksky.spotify.seek`

**Type**: `procedure`

Seek to a specific position in the currently playing track

## Raw Schema

```json
{
  "id": "app.rocksky.spotify.seek",
  "defs": {
    "main": {
      "type": "procedure",
      "parameters": {
        "type": "params",
        "required": [
          "position"
        ],
        "properties": {
          "position": {
            "type": "integer",
            "description": "The position in seconds to seek to"
          }
        }
      },
      "description": "Seek to a specific position in the currently playing track"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
