Add OpenSubsonic channelCount

This commit is contained in:
Deluan
2024-04-26 17:51:04 -04:00
parent f5df948eb1
commit f7fc17c0f7
25 changed files with 39 additions and 25 deletions
+1
View File
@@ -163,6 +163,7 @@ type Child struct {
MusicBrainzId string `xml:"musicBrainzId,attr" json:"musicBrainzId"`
Genres ItemGenres `xml:"genres" json:"genres"`
ReplayGain ReplayGain `xml:"replayGain" json:"replayGain"`
ChannelCount int32 `xml:"channelCount,attr" json:"channelCount"`
}
type Songs struct {