mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-18 21:07:44 +03:00
Enable buffered scrobbles by default
This commit is contained in:
parent
d886c63122
commit
19c2ef3803
@ -230,7 +230,7 @@ func init() {
|
|||||||
viper.SetDefault("devfastaccesscoverart", false)
|
viper.SetDefault("devfastaccesscoverart", false)
|
||||||
viper.SetDefault("devactivitypanel", true)
|
viper.SetDefault("devactivitypanel", true)
|
||||||
viper.SetDefault("devenableshare", false)
|
viper.SetDefault("devenableshare", false)
|
||||||
viper.SetDefault("devenablebufferedscrobble", false)
|
viper.SetDefault("devenablebufferedscrobble", true)
|
||||||
}
|
}
|
||||||
|
|
||||||
func InitConfig(cfgFile string) {
|
func InitConfig(cfgFile string) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user