navidrome/server/subsonic/responses/.snapshots/Responses AlbumList with data should match .JSON

17 lines
274 B
JSON

{
"status": "ok",
"version": "1.16.1",
"type": "navidrome",
"serverVersion": "v0.55.0",
"openSubsonic": true,
"albumList": {
"album": [
{
"id": "1",
"isDir": false,
"title": "title",
"isVideo": false
}
]
}
}