fix(subsonic): make Share's lastVisited optional

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2025-01-09 14:55:39 -05:00
parent ba2623e3f1
commit beff1afad7
7 changed files with 50 additions and 9 deletions
@@ -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
}
]
}
}