seperate routes, provide robust handler types, use mux
This commit is contained in:
20
server/ctrlsubsonic/testdata/test_get_artist_id_one
vendored
Normal file
20
server/ctrlsubsonic/testdata/test_get_artist_id_one
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"subsonic-response": {
|
||||
"status": "ok",
|
||||
"version": "1.9.0",
|
||||
"artist": {
|
||||
"id": 1,
|
||||
"name": "Jah Wobble, The Edge & Holger Czukay",
|
||||
"album": [
|
||||
{
|
||||
"id": 3,
|
||||
"coverArt": 3,
|
||||
"artistId": 1,
|
||||
"artist": "Jah Wobble, The Edge & Holger Czukay",
|
||||
"name": "Snake Charmer",
|
||||
"created": "2019-05-16T22:10:52+01:00"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user