Files
gonic/server/handler/test_data/test_get_artist_id_one
2019-06-05 16:03:01 +01:00

29 lines
630 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"artist": {
"id": 1,
"name": "A Certain Ratio",
"album": [
{
"id": 3,
"coverArt": 3,
"artistId": 1,
"artist": "A Certain Ratio",
"name": "The Graveyard and the Ballroom",
"created": "2019-06-05T16:00:10.54747823+01:00"
},
{
"id": 4,
"coverArt": 4,
"artistId": 1,
"artist": "A Certain Ratio",
"name": "To Each...",
"created": "2019-06-05T16:00:10.553065063+01:00"
}
]
}
}
}