Files
gonic/server/ctrlsubsonic/testdata/test_get_artist_id_one
2020-06-06 18:13:45 +01:00

29 lines
641 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.8.8",
"artist": {
"id": "ar-1",
"name": "Jah Wobble, The Edge & Holger Czukay",
"albumCount": 1,
"album": [
{
"id": "al-3",
"coverArt": "al-3",
"artistId": "ar-1",
"artist": "Jah Wobble, The Edge & Holger Czukay",
"title": "",
"album": "",
"name": "Snake Charmer",
"songCount": 0,
"duration": 0,
"created": "2019-05-16T22:10:52+01:00",
"year": 1983
}
]
}
}
}