mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-15 03:30:39 +03:00
Reenable ImageCache and ActivityPanel as default
This commit is contained in:
parent
7cc9fbaaf9
commit
b47ec02f02
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user