seperate routes, provide robust handler types, use mux

This commit is contained in:
sentriz
2019-07-14 19:32:36 +01:00
parent cbe709025e
commit 5444b328fd
77 changed files with 11880 additions and 1011 deletions

View File

@@ -0,0 +1,25 @@
{
"subsonic-response": {
"status": "ok",
"version": "1.9.0",
"searchResult2": {
"artist": [
{
"id": 10,
"parent": 1,
"name": "___Anika"
}
],
"album": [
{
"coverArt": 13,
"created": "0001-01-01T00:00:00Z",
"id": 13,
"isDir": true,
"parent": 12,
"title": "(2010) Anika"
}
]
}
}
}