Always return public attribute in playlist response

This commit is contained in:
Deluan
2020-05-25 21:00:05 -04:00
parent aaa4f1531e
commit fbd6c965b0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ type Playlist struct {
Comment string `xml:"comment,attr,omitempty" json:"comment,omitempty"`
SongCount int `xml:"songCount,attr" json:"songCount"`
Duration int `xml:"duration,attr" json:"duration"`
Public bool `xml:"public,attr,omitempty" json:"public,omitempty"`
Public bool `xml:"public,attr" json:"public"`
Owner string `xml:"owner,attr,omitempty" json:"owner,omitempty"`
Created time.Time `xml:"created,attr" json:"created"`
Changed time.Time `xml:"changed,attr" json:"changed"`