22 lines
368 B
JSON
22 lines
368 B
JSON
{
|
|
"extends": "media",
|
|
"states": [
|
|
{
|
|
"name": "artist",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "album",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "title",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "artwork",
|
|
"type": "string"
|
|
}
|
|
]
|
|
}
|