Add MediaFile to Bookmark

This commit is contained in:
Deluan 2020-07-31 16:03:27 -04:00 committed by Deluan Quintão
parent 34e843a4b3
commit 3d0e70e907
3 changed files with 16 additions and 13 deletions

View file

@ -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"`