Files
gonic/server/ctrlsubsonic/testdata/test_get_artist_id_one
sentriz 9f73d5719c bump to v0.10.2
generated by `_do_bump_version` script in project root
2020-07-24 14:32:38 +01:00

29 lines
646 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.15.0",
"type": "gonic",
"gonicVersion": "v0.10.2",
"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
}
]
}
}
}