Fix #668: Add sample rate, bit depth, channels to track info dialog
This commit is contained in:
@@ -149,6 +149,9 @@ type Track struct {
|
||||
Comment string
|
||||
BPM int
|
||||
ReplayGain ReplayGainInfo
|
||||
SampleRate int
|
||||
BitDepth int
|
||||
Channels int
|
||||
}
|
||||
|
||||
type ReplayGainInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user