Files
gonic/server/ctrlsubsonic/testdata/test_get_artist_id_one
sentriz 4a4298a3b9 bump to v0.11.1
generated by `_do_bump_version` script in project root
2020-11-19 18:49:55 +00:00

29 lines
646 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.15.0",
"type": "gonic",
"gonicVersion": "v0.11.1",
"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": 5,
"duration": 1871,
"created": "2019-05-16T22:10:52+01:00",
"year": 1983
}
]
}
}
}