Files
gonic/server/ctrlsubsonic/testdata/test_get_artist_id_two
sentriz 056fb54a70 bump to v0.11.0
generated by `_do_bump_version` script in project root
2020-07-25 15:06:49 +01:00

41 lines
961 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.15.0",
"type": "gonic",
"gonicVersion": "v0.11.0",
"artist": {
"id": "ar-2",
"name": "A Certain Ratio",
"albumCount": 2,
"album": [
{
"id": "al-5",
"coverArt": "al-5",
"artistId": "ar-2",
"artist": "A Certain Ratio",
"title": "",
"album": "",
"name": "The Graveyard and the Ballroom",
"songCount": 14,
"duration": 2738,
"created": "2019-06-05T17:46:37.675917974+01:00",
"year": 1994
},
{
"id": "al-6",
"artistId": "ar-2",
"artist": "A Certain Ratio",
"title": "",
"album": "",
"name": "To Each...",
"songCount": 9,
"duration": 2801,
"created": "2019-05-23T15:12:02.921473302+01:00",
"year": 1981
}
]
}
}
}