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

View file

@ -49,9 +49,9 @@
"url": "http://localhost/p/ABC123",
"description": "Check it out!",
"username": "deluan",
"created": "0001-01-01T00:00:00Z",
"expires": "0001-01-01T00:00:00Z",
"lastVisited": "0001-01-01T00:00:00Z",
"created": "2016-03-02T20:30:00Z",
"expires": "2016-03-02T20:30:00Z",
"lastVisited": "2016-03-02T20:30:00Z",
"visitCount": 2
}
]