mirror of
https://github.com/navidrome/navidrome.git
synced 2026-02-02 06:24:14 +00:00
Enable buffered scrobbles by default
This commit is contained in:
parent
281037a879
commit
1d7d166ff6
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user