mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
fix(subsonic): make Share's lastVisited optional
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
ba2623e3f1
commit
beff1afad7
7 changed files with 50 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue