Files
gonic/server/ctrlsubsonic/testdata/test_get_artist_id_three
sentriz 51f2e12a3c bump to v0.8.8
generated by `_do_bump_version` script in project root
2020-04-25 19:21:40 +01:00

38 lines
911 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.8.8",
"artist": {
"id": "3",
"name": "13th Floor Elevators",
"albumCount": 2,
"album": [
{
"id": "8",
"coverArt": "8",
"artistId": "3",
"artist": "13th Floor Elevators",
"name": "Easter Everywhere",
"songCount": 0,
"duration": 0,
"created": "2019-06-13T12:57:28.850090338+01:00",
"year": 1967
},
{
"id": "9",
"coverArt": "9",
"artistId": "3",
"artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators",
"songCount": 0,
"duration": 0,
"created": "2019-06-13T12:57:24.306717554+01:00",
"year": 1966
}
]
}
}
}