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

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

40 lines
895 B
JSON
Raw Normal View History

2023-11-18 10:42:04 -09:00
{
"status": "ok",
"version": "1.16.1",
2023-11-18 10:42:04 -09:00
"type": "navidrome",
"serverVersion": "v0.55.0",
2023-11-18 10:42:04 -09:00
"openSubsonic": true,
"shares": {
"share": [
{
"entry": [
{
"id": "1",
"isDir": false,
"title": "title",
"album": "album",
"artist": "artist",
"duration": 120
2023-11-18 10:42:04 -09:00
},
{
"id": "2",
"isDir": false,
"title": "title 2",
"album": "album",
"artist": "artist",
"duration": 300
2023-11-18 10:42:04 -09:00
}
],
"id": "ABC123",
"url": "http://localhost/p/ABC123",
"description": "Check it out!",
"username": "deluan",
"created": "2016-03-02T20:30:00Z",
"expires": "2016-03-02T20:30:00Z",
"lastVisited": "2016-03-02T20:30:00Z",
2023-11-18 10:42:04 -09:00
"visitCount": 2
}
]
}
}