mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Remove tracks from Playlist's GetAll
This commit is contained in:
parent
ab690215ef
commit
5682d0e721
2 changed files with 1 additions and 15 deletions
|
@ -14,7 +14,7 @@ type Playlist struct {
|
|||
SongCount int `json:"songCount"`
|
||||
Owner string `json:"owner"`
|
||||
Public bool `json:"public"`
|
||||
Tracks MediaFiles `json:"tracks"`
|
||||
Tracks MediaFiles `json:"tracks,omitempty"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue