DIsable Image Cache by default.

See: https://github.com/deluan/navidrome/issues/446#issuecomment-736574447
This commit is contained in:
Deluan 2020-12-01 18:01:16 +00:00 committed by Joe Stump
parent 53985f3efe
commit 3e500a67a3
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -124,7 +124,7 @@ func init() {
viper.SetDefault("uiloginbackgroundurl", "https://source.unsplash.com/random/1600x900?music")
viper.SetDefault("enabletranscodingconfig", false)
viper.SetDefault("transcodingcachesize", "100MB")
viper.SetDefault("imagecachesize", "100MB")
viper.SetDefault("imagecachesize", "0")
viper.SetDefault("autoimportplaylists", true)
viper.SetDefault("enabledownloads", true)