We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1458d commit 306dbfcCopy full SHA for 306dbfc
cmd/daemon/main.go
@@ -370,13 +370,13 @@ type Config struct {
370
KeyFile string `koanf:"key_file"`
371
} `koanf:"server"`
372
Credentials struct {
373
- Type string `yaml:"type"`
+ Type string `koanf:"type"`
374
Interactive struct {
375
- CallbackPort int `yaml:"callback_port"`
+ CallbackPort int `koanf:"callback_port"`
376
} `koanf:"interactive"`
377
SpotifyToken struct {
378
- Username string `yaml:"username"`
379
- AccessToken string `yaml:"access_token"`
+ Username string `koanf:"username"`
+ AccessToken string `koanf:"access_token"`
380
} `koanf:"spotify_token"`
381
Zeroconf struct {
382
PersistCredentials bool `koanf:"persist_credentials"`
0 commit comments