Fix ND_DEVFASTACCESSCOVERART flag not available as env var

This commit is contained in:
Deluan 2021-06-26 15:40:12 -04:00
parent 94533e585c
commit d2fcab78a5

View file

@ -225,7 +225,7 @@ func init() {
viper.SetDefault("devautologinusername", "")
viper.SetDefault("devprecachealbumartwork", false)
viper.SetDefault("devoldcachelayout", false)
viper.SetDefault("devFastAccessCoverArt", false)
viper.SetDefault("devfastaccesscoverart", false)
viper.SetDefault("devactivitypanel", true)
viper.SetDefault("devenableshare", false)
viper.SetDefault("devenablescrobble", true)