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
parent ae58ac6a6c
commit 240149cda4
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,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)