quintodrome/server/subsonic/responses/.snapshots/Responses Child with data should match .JSON

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

46 lines
966 B
JSON
Raw Normal View History

2023-11-18 10:42:04 -09:00
{
"status": "ok",
"version": "1.8.0",
"type": "navidrome",
"serverVersion": "v0.0.0",
"openSubsonic": true,
"directory": {
"child": [
{
"id": "1",
"isDir": true,
"title": "title",
"album": "album",
"artist": "artist",
"track": 1,
"year": 1985,
"genre": "Rock",
"coverArt": "1",
"size": 8421341,
"contentType": "audio/flac",
"suffix": "flac",
"starred": "2016-03-02T20:30:00Z",
"transcodedContentType": "audio/mpeg",
"transcodedSuffix": "mp3",
"duration": 146,
"bitRate": 320,
"isVideo": false,
"mediaType": "song",
"musicBrainzId": "4321",
2023-11-21 16:09:12 -09:00
"bpm": 127,
"comment": "a comment",
"genres": [
{
"name": "rock"
},
{
"name": "progressive"
}
]
2023-11-18 10:42:04 -09:00
}
],
"id": "1",
"name": "N"
}
}