Files
gonic/server/handler/test_data/test_search_three_q_13
2019-07-06 13:49:29 +01:00

25 lines
502 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"searchResult3": {
"artist": [
{
"id": 3,
"name": "13th Floor Elevators"
}
],
"album": [
{
"id": 9,
"coverArt": 9,
"artistId": 3,
"artist": "13th Floor Elevators",
"name": "The Psychedelic Sounds of the 13th Floor Elevators",
"created": "2019-07-05T16:33:39.189977898+01:00"
}
]
}
}
}