mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix lint errors
This commit is contained in:
parent
f980e24868
commit
99e269208e
2 changed files with 12 additions and 12 deletions
|
@ -94,7 +94,7 @@ func InitConfig(cfgFile string) error {
|
|||
viper.SetConfigName("navidrome")
|
||||
}
|
||||
|
||||
viper.BindEnv("port")
|
||||
_ = viper.BindEnv("port")
|
||||
viper.SetEnvPrefix("ND")
|
||||
viper.AutomaticEnv()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue