Reenable ImageCache and ActivityPanel as default

This commit is contained in:
Deluan
2021-02-01 00:31:02 -05:00
parent 7cc9fbaaf9
commit b47ec02f02
+2 -2
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", "0")
viper.SetDefault("imagecachesize", "100MB")
viper.SetDefault("autoimportplaylists", true)
viper.SetDefault("enabledownloads", true)
@@ -143,7 +143,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) {