mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add path to playlist
This commit is contained in:
parent
3239be4a4d
commit
35114be5f7
2 changed files with 29 additions and 0 deletions
|
@ -13,6 +13,8 @@ type Playlist struct {
|
|||
Owner string `json:"owner"`
|
||||
Public bool `json:"public"`
|
||||
Tracks MediaFiles `json:"tracks,omitempty"`
|
||||
Path string `json:"path"`
|
||||
Sync bool `json:"sync"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue