Reenable ImageCache and ActivityPanel as default

This commit is contained in:
Deluan 2021-02-01 00:31:02 -05:00 committed by Joe Stump
parent 1176a201f0
commit 8e68814085
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", "0")
viper.SetDefault("imagecachesize", "100MB")
viper.SetDefault("autoimportplaylists", true)
viper.SetDefault("enabledownloads", true)
@ -162,7 +162,7 @@ func init() {
viper.SetDefault("devprecachealbumartwork", false)
viper.SetDefault("devoldcachelayout", false)
viper.SetDefault("devFastAccessCoverArt", false)
viper.SetDefault("devactivitypanel", false)
viper.SetDefault("devactivitypanel", true)
}
func InitConfig(cfgFile string) {