Fix XML marshaling of OpenSubsonic structured lyrics (#3041)

This commit is contained in:
Drew Weymouth
2024-05-22 09:15:14 -07:00
committed by GitHub
parent f88d3f82da
commit b6fce0e686
2 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ type JukeboxPlaylist struct {
type Line struct {
Start *int64 `xml:"start,attr,omitempty" json:"start,omitempty"`
Value string `xml:"value" json:"value"`
Value string `xml:",chardata" json:"value"`
}
type StructuredLyric struct {