Enable buffered scrobbles by default

This commit is contained in:
Deluan 2021-07-19 16:10:37 -04:00
parent d886c63122
commit 19c2ef3803
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ func init() {
viper.SetDefault("devfastaccesscoverart", false)
viper.SetDefault("devactivitypanel", true)
viper.SetDefault("devenableshare", false)
viper.SetDefault("devenablebufferedscrobble", false)
viper.SetDefault("devenablebufferedscrobble", true)
}
func InitConfig(cfgFile string) {