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

21 lines
333 B
JSON

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