A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at feat/pgpull 22 lines 477 B view raw
1{ 2 "lexicon": 1, 3 "id": "app.rocksky.spotify.seek", 4 "defs": { 5 "main": { 6 "type": "procedure", 7 "description": "Seek to a specific position in the currently playing track", 8 "parameters": { 9 "type": "params", 10 "required": [ 11 "position" 12 ], 13 "properties": { 14 "position": { 15 "type": "integer", 16 "description": "The position in seconds to seek to" 17 } 18 } 19 } 20 } 21 } 22}