add handler tests
This commit is contained in:
25
server/handler/test_data/test_search_two_q_ani
Normal file
25
server/handler/test_data/test_search_two_q_ani
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"subsonic-response": {
|
||||
"status": "ok",
|
||||
"version": "1.9.0",
|
||||
"searchResult2": {
|
||||
"artist": [
|
||||
{
|
||||
"id": 8,
|
||||
"parent": 1,
|
||||
"name": "Anika"
|
||||
}
|
||||
],
|
||||
"album": [
|
||||
{
|
||||
"coverArt": 4,
|
||||
"created": "0001-01-01T00:00:00Z",
|
||||
"id": 11,
|
||||
"isDir": true,
|
||||
"parent": 10,
|
||||
"title": "(2010) Anika"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user