Enable buffered scrobbles by default

This commit is contained in:
Deluan 2021-07-19 16:10:37 -04:00 committed by Joe Stump
parent 281037a879
commit 1d7d166ff6
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -249,7 +249,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) {