Files
gonic/server/handler/test_data/test_search_two_q_13
2019-05-30 14:53:00 +01:00

26 lines
499 B
Plaintext

{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"searchResult2": {
"artist": [
{
"id": 5,
"parent": 1,
"name": "13th Floor Lowervators"
}
],
"album": [
{
"coverArt": 3,
"created": "0001-01-01T00:00:00Z",
"id": 7,
"isDir": true,
"parent": 5,
"title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators"
}
]
}
}
}