Files
gonic/server/handler/test_data/test_get_artist_id_two
2019-06-27 18:22:53 +01:00

21 lines
384 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"artist": {
"id": 2,
"name": "Dead Moon",
"album": [
{
"id": 5,
"coverArt": 5,
"artistId": 2,
"artist": "Dead Moon",
"name": "Unknown Passage",
"created": "2019-06-27T18:19:24.571757606+01:00"
}
]
}
}
}