fix(subsonic): make Share's lastVisited optional
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"status": "ok",
|
||||
"version": "1.8.0",
|
||||
"type": "navidrome",
|
||||
"serverVersion": "v0.0.0",
|
||||
"openSubsonic": true,
|
||||
"shares": {
|
||||
"share": [
|
||||
{
|
||||
"id": "ABC123",
|
||||
"url": "http://localhost/s/ABC123",
|
||||
"username": "johndoe",
|
||||
"created": "2016-03-02T20:30:00Z",
|
||||
"visitCount": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user