diff --git a/api/responses/responses.go b/api/responses/responses.go
index dfa1c8d7c..1a3b7056a 100644
--- a/api/responses/responses.go
+++ b/api/responses/responses.go
@@ -85,12 +85,35 @@ type Child struct {
TranscodedSuffix string `xml:"transcodedSuffix,attr,omitempty" json:"transcodedSuffix,omitempty"`
Duration int `xml:"duration,attr,omitempty" json:"duration,omitempty"`
BitRate int `xml:"bitRate,attr,omitempty" json:"bitRate,omitempty"`
+ /*
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ */
}
type Directory struct {
Child []Child `xml:"child" json:"child,omitempty"`
Id string `xml:"id,attr" json:"id"`
Name string `xml:"name,attr" json:"name"`
+ /*
+
+
+
+
+
+ */
}
type AlbumList struct {