refactor: update scanner, scanner tests, mockfs
closes #165 closes #163
This commit is contained in:
14
server/ctrlsubsonic/testdata/test_search_three_q_art
vendored
Normal file
14
server/ctrlsubsonic/testdata/test_search_three_q_art
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"subsonic-response": {
|
||||
"status": "ok",
|
||||
"version": "1.15.0",
|
||||
"type": "gonic",
|
||||
"searchResult3": {
|
||||
"artist": [
|
||||
{ "id": "ar-1", "name": "artist-0", "albumCount": 0 },
|
||||
{ "id": "ar-2", "name": "artist-1", "albumCount": 0 },
|
||||
{ "id": "ar-3", "name": "artist-2", "albumCount": 0 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user