Files
gonic/server/handler/test_data/test_get_artist_id_three

21 lines
369 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-06T16:38:39.31657693+01:00"
}
]
}
}
}