app.rocksky.player.defs

rocksky.app

Documentation

currentlyPlayingViewDetailed object

No description available.

Properties

title string Optional

The title of the currently playing track

View raw schema
{
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "The title of the currently playing track"
    }
  }
}
playbackQueueViewDetailed object

No description available.

Properties

View raw schema
{
  "type": "object",
  "properties": {
    "tracks": {
      "type": "array",
      "items": {
        "ref": "app.rocksky.song.defs.songViewBasic",
        "type": "ref"
      }
    }
  }
}

Lexicon Garden

@