Fix lint errors

This commit is contained in:
Deluan 2020-07-02 18:17:31 -04:00
parent f980e24868
commit 99e269208e
2 changed files with 12 additions and 12 deletions

View file

@ -94,7 +94,7 @@ func InitConfig(cfgFile string) error {
viper.SetConfigName("navidrome")
}
viper.BindEnv("port")
_ = viper.BindEnv("port")
viper.SetEnvPrefix("ND")
viper.AutomaticEnv()