mirror of
https://github.com/koel/koel
synced 2024-11-14 16:37:28 +00:00
31 lines
770 B
JSON
31 lines
770 B
JSON
{
|
|
"url": "https://www.last.fm/music/The+Band/Abstract",
|
|
"image": "http://localhost:8080/test/images/sample.png",
|
|
"wiki": {
|
|
"summary": "Album summary",
|
|
"full": "Album full wiki"
|
|
},
|
|
"tracks": [
|
|
{
|
|
"title": "Memories",
|
|
"length": 156,
|
|
"url": "https://www.last.fm/music/The+Band/Memories"
|
|
},
|
|
{
|
|
"title": "Ofelia's Dream",
|
|
"length": 247,
|
|
"url": "https://www.last.fm/music/The+Band/Ofelia's+Dream"
|
|
},
|
|
{
|
|
"title": "November",
|
|
"length": 237,
|
|
"url": "https://www.last.fm/music/The+Band/November"
|
|
},
|
|
{
|
|
"title": "Extra Song",
|
|
"length": 237,
|
|
"url": "https://www.last.fm/music/The+Band/Extra+Song"
|
|
}
|
|
],
|
|
"cover": "http://localhost:8080/test/images/sample.png"
|
|
}
|