Files
gonic/server/ctrlsubsonic/testdata/test_get_artist_id_two
2021-11-06 21:55:46 +00:00

54 lines
1.2 KiB
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.15.0",
"type": "gonic",
"artist": {
"id": "ar-2",
"name": "artist-1",
"albumCount": 3,
"album": [
{
"id": "al-7",
"coverArt": "al-7",
"artistId": "ar-2",
"artist": "artist-1",
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"name": "album-0",
"songCount": 3,
"duration": 300,
"year": 2021
},
{
"id": "al-8",
"coverArt": "al-8",
"artistId": "ar-2",
"artist": "artist-1",
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"name": "album-1",
"songCount": 3,
"duration": 300,
"year": 2021
},
{
"id": "al-9",
"coverArt": "al-9",
"artistId": "ar-2",
"artist": "artist-1",
"created": "2019-11-30T00:00:00Z",
"title": "",
"album": "",
"name": "album-2",
"songCount": 3,
"duration": 300,
"year": 2021
}
]
}
}
}