Add samplingRate to OpenSubsonic responses

This commit is contained in:
Deluan
2024-05-11 17:44:24 -04:00
committed by Deluan Quintão
parent f3bb022238
commit 3a2a5e961b
25 changed files with 40 additions and 25 deletions
+1
View File
@@ -164,6 +164,7 @@ type Child struct {
Genres ItemGenres `xml:"genres" json:"genres"`
ReplayGain ReplayGain `xml:"replayGain" json:"replayGain"`
ChannelCount int32 `xml:"channelCount,attr" json:"channelCount"`
SamplingRate int32 `xml:"samplingRate,attr" json:"samplingRate"`
}
type Songs struct {