Files
gonic/server/ctrlsubsonic/testdata/test_get_artist_id_one
sentriz 4e3a0db739 bump to v0.8.2
generated by `_do_bump_version` script in project root
2020-03-20 14:16:00 +00:00

26 lines
559 B
Plaintext

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