navidrome/server/subsonic/responses/.snapshots/Responses AlbumList with data should match .JSON
2023-11-18 14:43:40 -05:00

21 lines
335 B
JSON

{
"status": "ok",
"version": "1.8.0",
"type": "navidrome",
"serverVersion": "v0.0.0",
"openSubsonic": true,
"albumList": {
"album": [
{
"id": "1",
"isDir": false,
"title": "title",
"genres": [],
"isVideo": false,
"bpm": 0,
"comment": ""
}
]
}
}