Add feature flag for buffered scrobbling
This commit is contained in:
@@ -70,6 +70,7 @@ type configOptions struct {
|
||||
DevOldCacheLayout bool
|
||||
DevActivityPanel bool
|
||||
DevEnableShare bool
|
||||
DevEnableBufferedScrobble bool
|
||||
}
|
||||
|
||||
type scannerOptions struct {
|
||||
@@ -229,6 +230,7 @@ func init() {
|
||||
viper.SetDefault("devfastaccesscoverart", false)
|
||||
viper.SetDefault("devactivitypanel", true)
|
||||
viper.SetDefault("devenableshare", false)
|
||||
viper.SetDefault("devenablebufferedscrobble", false)
|
||||
}
|
||||
|
||||
func InitConfig(cfgFile string) {
|
||||
|
||||
Reference in New Issue
Block a user