navidrome/server/subsonic/responses/.snapshots/Responses SimilarSongs with...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
468 B
Plaintext
Raw Normal View History

2023-11-18 20:42:04 +01:00
{
"status": "ok",
"version": "1.8.0",
"type": "navidrome",
"serverVersion": "v0.0.0",
"openSubsonic": true,
"similarSongs": {
"song": [
{
"id": "1",
"isDir": false,
"title": "title",
"isVideo": false,
"bpm": 0,
"comment": "",
"sortName": "",
"mediaType": "",
"musicBrainzId": "",
"genres": [],
2024-04-26 23:51:04 +02:00
"replayGain": {},
"channelCount": 0
2023-11-18 20:42:04 +01:00
}
]
}
}