Files
gonic/server/handler/test_data/test_search_three_q_13
2019-06-10 17:06:41 +01:00

25 lines
504 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"searchResult3": {
"artist": [
{
"id": 4,
"name": "13th Floor Elevators"
}
],
"album": [
{
"id": 11,
"coverArt": 11,
"artistId": 4,
"artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators",
"created": "2019-06-10T17:06:26.015039416+01:00"
}
]
}
}
}