Enable ReplayGain by default and always import RG tags

This commit is contained in:
Deluan 2023-02-09 17:45:38 -05:00
parent b0e58cb885
commit 0c3ac906b8
2 changed files with 5 additions and 8 deletions

View file

@ -256,7 +256,7 @@ func init() {
viper.SetDefault("defaulttheme", "Dark")
viper.SetDefault("defaultlanguage", "")
viper.SetDefault("defaultuivolume", consts.DefaultUIVolume)
viper.SetDefault("enablereplaygain", false)
viper.SetDefault("enablereplaygain", true)
viper.SetDefault("enablecoveranimation", true)
viper.SetDefault("gatrackingid", "")
viper.SetDefault("enablelogredacting", true)