mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-01 19:47:37 +03:00
32 lines
698 B
JSON
32 lines
698 B
JSON
{
|
|
"status": "ok",
|
|
"version": "1.16.1",
|
|
"type": "navidrome",
|
|
"serverVersion": "v0.55.0",
|
|
"openSubsonic": true,
|
|
"playlists": {
|
|
"playlist": [
|
|
{
|
|
"id": "111",
|
|
"name": "aaa",
|
|
"comment": "comment",
|
|
"songCount": 2,
|
|
"duration": 120,
|
|
"public": true,
|
|
"owner": "admin",
|
|
"created": "0001-01-01T00:00:00Z",
|
|
"changed": "0001-01-01T00:00:00Z",
|
|
"coverArt": "pl-123123123123"
|
|
},
|
|
{
|
|
"id": "222",
|
|
"name": "bbb",
|
|
"songCount": 0,
|
|
"duration": 0,
|
|
"public": false,
|
|
"created": "0001-01-01T00:00:00Z",
|
|
"changed": "0001-01-01T00:00:00Z"
|
|
}
|
|
]
|
|
}
|
|
}
|