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

21 lines
370 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"artist": {
"id": 3,
"name": "Anikas",
"album": [
{
"id": 11,
"coverArt": 11,
"artistId": 3,
"artist": "Anikas",
"name": "Anika",
"created": "2019-06-05T16:00:10.565661506+01:00"
}
]
}
}
}