Files
gonic/server/ctrlsubsonic/testdata/test_get_artist_id_two
sentriz 6c02ab29e1 bump to v0.9.4
generated by `_do_bump_version` script in project root
2020-06-30 20:44:16 +01:00

41 lines
953 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.15.0",
"type": "gonic",
"gonicVersion": "v0.9.4",
"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": 0,
"duration": 0,
"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": 0,
"duration": 0,
"created": "2019-05-23T15:12:02.921473302+01:00",
"year": 1981
}
]
}
}
}