Update parseconfig.go
This commit is contained in:
parent
3ed6e10256
commit
23b05a847c
|
@ -19,6 +19,7 @@ type DjConfig struct {
|
||||||
CommandPrefix string
|
CommandPrefix string
|
||||||
SkipRatio float32
|
SkipRatio float32
|
||||||
PlaylistSkipRatio float32
|
PlaylistSkipRatio float32
|
||||||
|
PlaylistMaxSongs int
|
||||||
}
|
}
|
||||||
Volume struct {
|
Volume struct {
|
||||||
DefaultVolume float32
|
DefaultVolume float32
|
||||||
|
|
Reference in a new issue