Files
gonic/server/handler/test_data/test_get_artists_no_args
2019-06-01 16:16:01 +01:00

33 lines
550 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"artists": {
"index": [
{
"name": "#",
"artist": [
{
"id": 2,
"name": "13th Floor Elevators"
}
]
}
{
"name": "A",
"artist": [
{
"id": 1,
"name": "A Certain Ratio"
},
{
"id": 3,
"name": "Anikas"
}
]
},
]
}
}
}