Fix marshaling for genres.

This commit is contained in:
Caio Cotts
2023-11-21 20:09:12 -05:00
committed by Deluan Quintão
parent 5d1493e845
commit bb7186ce2f
10 changed files with 233 additions and 83 deletions
@@ -0,0 +1,21 @@
{
"status": "ok",
"version": "1.8.0",
"type": "navidrome",
"serverVersion": "v0.0.0",
"openSubsonic": true,
"directory": {
"child": [
{
"id": "1",
"isDir": false,
"genres": [],
"isVideo": false,
"bpm": 0,
"comment": ""
}
],
"id": "",
"name": ""
}
}