add features
This commit is contained in:
+2
-1
@@ -30,6 +30,7 @@ type ServerConfig struct {
|
||||
Nickname string
|
||||
Default bool
|
||||
SelectedLibrary string
|
||||
EnablePodcasts bool
|
||||
}
|
||||
|
||||
type AppConfig struct {
|
||||
@@ -136,7 +137,7 @@ type LocalPlaybackConfig struct {
|
||||
InMemoryCacheSizeMB int
|
||||
Volume int
|
||||
EqualizerEnabled bool
|
||||
EqualizerType string // "ISO10Band" or "ISO15Band"
|
||||
EqualizerType string // "ISO10Band" or "ISO15Band"
|
||||
EqualizerPreamp float64
|
||||
GraphicEqualizerBands []float64
|
||||
ActiveEQPresetName string // Name of currently selected EQ preset
|
||||
|
||||
Reference in New Issue
Block a user