Fix #668: Add sample rate, bit depth, channels to track info dialog
This commit is contained in:
@@ -573,6 +573,9 @@ func toTrack(ch *subsonic.Child) *mediaprovider.Track {
|
||||
Comment: ch.Comment,
|
||||
BPM: ch.BPM,
|
||||
ReplayGain: rGain,
|
||||
SampleRate: ch.SamplingRate,
|
||||
BitDepth: ch.BitDepth,
|
||||
Channels: ch.ChannelCount,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user