No description available.
Properties
View raw schema
{
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "The title of the currently playing track"
}
}
}
No description available.
{
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "The title of the currently playing track"
}
}
}
No description available.
tracks
array
of refapp.rocksky.song.defs.songViewBasic
Optional
No description available.
{
"type": "object",
"properties": {
"tracks": {
"type": "array",
"items": {
"ref": "app.rocksky.song.defs.songViewBasic",
"type": "ref"
}
}
}
}