mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add and show Playlists sizes
This commit is contained in:
parent
68a9be5e86
commit
2f8dc794de
5 changed files with 18 additions and 7 deletions
|
@ -9,6 +9,7 @@ type Playlist struct {
|
|||
Name string `json:"name"`
|
||||
Comment string `json:"comment"`
|
||||
Duration float32 `json:"duration"`
|
||||
Size int64 `json:"size"`
|
||||
SongCount int `json:"songCount"`
|
||||
Owner string `json:"owner"`
|
||||
Public bool `json:"public"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue