seperate routes, provide robust handler types, use mux
This commit is contained in:
24
server/ctrlsubsonic/testdata/test_search_three_q_ani
vendored
Normal file
24
server/ctrlsubsonic/testdata/test_search_three_q_ani
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"subsonic-response": {
|
||||
"status": "ok",
|
||||
"version": "1.9.0",
|
||||
"searchResult3": {
|
||||
"artist": [
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Anikas"
|
||||
}
|
||||
],
|
||||
"album": [
|
||||
{
|
||||
"id": 13,
|
||||
"coverArt": 13,
|
||||
"artistId": 4,
|
||||
"artist": "Anikas",
|
||||
"name": "Anika",
|
||||
"created": "2019-05-23T15:12:02.921473302+01:00"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user