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

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

43 lines
965 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,
"playlists": {
"playlist": [
{
"id": "111",
"name": "aaa",
"comment": "comment",
"songCount": 2,
"duration": 120,
"public": true,
"owner": "admin",
"created": "2023-02-20T14:45:00Z",
"changed": "2023-02-20T14:45:00Z",
"coverArt": "pl-123123123123",
"readonly": true,
"validUntil": "2023-02-20T14:45:00Z"
},
{
"id": "333",
"name": "ccc",
"songCount": 0,
"duration": 0,
2023-11-18 10:42:04 -09:00
"created": "0001-01-01T00:00:00Z",
"changed": "0001-01-01T00:00:00Z",
"readonly": false
2023-11-18 10:42:04 -09:00
},
{
"id": "222",
"name": "bbb",
"songCount": 0,
"duration": 0,
"created": "0001-01-01T00:00:00Z",
"changed": "0001-01-01T00:00:00Z"
}
]
}
}