seperate routes, provide robust handler types, use mux
This commit is contained in:
24
server/ctrlsubsonic/testdata/test_search_three_q_13
vendored
Normal file
24
server/ctrlsubsonic/testdata/test_search_three_q_13
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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-06-13T12:57:24.306717554+01:00"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user