Files
gonic/server/ctrlsubsonic/testdata/test_search_three_q_ani
sentriz f262c66c76 bump to v0.8.5
generated by `_do_bump_version` script in project root
2020-04-12 18:38:08 +01:00

31 lines
592 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"type": "gonic",
"gonicVersion": "v0.8.5",
"searchResult3": {
"artist": [
{
"id": "4",
"name": "Anikas",
"albumCount": 0
}
],
"album": [
{
"id": "13",
"coverArt": "13",
"artistId": "4",
"artist": "Anikas",
"name": "Anika",
"songCount": 0,
"duration": 0,
"created": "2019-05-23T15:12:02.921473302+01:00",
"year": 2010
}
]
}
}
}