mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Add updatedAt to Bookmarks
This commit is contained in:
parent
924ada0dab
commit
34e843a4b3
3 changed files with 11 additions and 0 deletions
|
@ -31,6 +31,7 @@ type Bookmark struct {
|
|||
Comment string `json:"comment"`
|
||||
Position int64 `json:"position"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
}
|
||||
|
||||
type Bookmarks []Bookmark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue