feat(subsonic): return changed field in playlist response

closes #455
This commit is contained in:
sentriz
2024-01-15 19:29:01 +00:00
parent 6c6c3493f6
commit 8b4fc04d3e
2 changed files with 2 additions and 0 deletions

View File

@@ -310,6 +310,7 @@ type Playlist struct {
Owner string `xml:"owner,attr" json:"owner"`
SongCount int `xml:"songCount,attr" json:"songCount"`
Created time.Time `xml:"created,attr" json:"created"`
Changed time.Time `xml:"changed,attr" json:"changed"`
Duration int `xml:"duration,attr" json:"duration,omitempty"`
Public bool `xml:"public,attr" json:"public,omitempty"`
List []*TrackChild `xml:"entry,omitempty" json:"entry,omitempty"`