Files
gonic/server/handler/test_data/test_get_artist_id_one

28 lines
606 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-06T16:38:39.298724062+01:00"
},
{
"id": 4,
"artistId": 1,
"artist": "A Certain Ratio",
"name": "To Each...",
"created": "2019-06-06T16:38:39.303278797+01:00"
}
]
}
}
}