Skip to content

Commit

Permalink
Enable buffered scrobbles by default
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Jul 19, 2021
1 parent d886c63 commit 19c2ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 19c2ef3

Please sign in to comment.