Fix Bookmarks Subsonic support (#1099)

JSON responses were incorrect
This commit is contained in:
Deluan
2021-05-07 09:47:13 -04:00
parent 47f4e0a4de
commit 3e8d3e78c2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ type PlayQueue struct {
}
type Bookmark struct {
Entry []Child `xml:"entry,omitempty" json:"entry,omitempty"`
Entry Child `xml:"entry,omitempty" json:"entry,omitempty"`
Position int64 `xml:"position,attr,omitempty" json:"position,omitempty"`
Username string `xml:"username,attr" json:"username"`
Comment string `xml:"comment,attr" json:"comment"`