26 lines
501 B
JSON
26 lines
501 B
JSON
[
|
|
{
|
|
"artist": "Brainman",
|
|
"title": "Test Song",
|
|
"disabled": false,
|
|
"favorite": false,
|
|
"guid": "test-guid-1",
|
|
"path": "test/path/1"
|
|
},
|
|
{
|
|
"artist": "Far Too Jones",
|
|
"title": "Another Test",
|
|
"disabled": false,
|
|
"favorite": false,
|
|
"guid": "test-guid-2",
|
|
"path": "test/path/2"
|
|
},
|
|
{
|
|
"artist": "Buddy Merrill",
|
|
"title": "Test Recording",
|
|
"disabled": false,
|
|
"favorite": false,
|
|
"guid": "test-guid-3",
|
|
"path": "test/path/3"
|
|
}
|
|
] |