Files
gonic/server/handler/test_data/test_get_artist_id_three
2019-07-01 11:34:47 +01:00

28 lines
606 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"artist": {
"id": 3,
"name": "A Certain Ratio",
"album": [
{
"id": 7,
"coverArt": 7,
"artistId": 3,
"artist": "A Certain Ratio",
"name": "The Graveyard and the Ballroom",
"created": "2019-07-01T11:33:30.544346174+01:00"
},
{
"id": 8,
"artistId": 3,
"artist": "A Certain Ratio",
"name": "To Each...",
"created": "2019-07-01T11:33:30.570884787+01:00"
}
]
}
}
}