mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Add MediaFile to Bookmark
This commit is contained in:
parent
34e843a4b3
commit
3d0e70e907
3 changed files with 16 additions and 13 deletions
|
@ -27,7 +27,7 @@ type PlayQueueRepository interface {
|
|||
}
|
||||
|
||||
type Bookmark struct {
|
||||
ID string `json:"id" orm:"column(id)"`
|
||||
Item MediaFile `json:"item"`
|
||||
Comment string `json:"comment"`
|
||||
Position int64 `json:"position"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue