mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-16 10:09:28 +02:00
24 lines
505 B
Text
24 lines
505 B
Text
{
|
|
"playlist": {
|
|
"title": "Two Songs From Thriller",
|
|
"creator": "MJ Fan",
|
|
"track": [
|
|
{
|
|
"location": [
|
|
"http://example.com/billiejean.mp3"
|
|
],
|
|
"title": "Billie Jean",
|
|
"creator": "Michael Jackson",
|
|
"album": "Thriller"
|
|
},
|
|
{
|
|
"location": [
|
|
"http://example.com/thegirlismine.mp3"
|
|
],
|
|
"title": "The Girl Is Mine",
|
|
"creator": "Michael Jackson",
|
|
"album": "Thriller"
|
|
}
|
|
]
|
|
}
|
|
}
|