Enable Last.fm scrobbling by default (still requires user's authorization)

This commit is contained in:
Deluan 2021-06-25 22:37:58 -04:00
parent 92634a7408
commit 26bcf0b877
3 changed files with 6 additions and 3 deletions

View file

@ -228,7 +228,7 @@ func init() {
viper.SetDefault("devFastAccessCoverArt", false)
viper.SetDefault("devactivitypanel", true)
viper.SetDefault("devenableshare", false)
viper.SetDefault("devenablescrobble", false)
viper.SetDefault("devenablescrobble", true)
}
func InitConfig(cfgFile string) {