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
@@ -183,6 +183,7 @@ func childFromMediaFile(ctx context.Context, mf model.MediaFile) responses.Child
TrackPeak: mf.RgTrackPeak,
AlbumPeak: mf.RgAlbumPeak,
}
child.ChannelCount = int32(mf.Channels)
return child
}