Disable Last.FM features based on LastFM.Enabled config option
This commit is contained in:
@@ -70,7 +70,6 @@ type configOptions struct {
|
||||
DevOldCacheLayout bool
|
||||
DevActivityPanel bool
|
||||
DevEnableShare bool
|
||||
DevEnableScrobble bool
|
||||
}
|
||||
|
||||
type scannerOptions struct {
|
||||
@@ -230,7 +229,6 @@ func init() {
|
||||
viper.SetDefault("devfastaccesscoverart", false)
|
||||
viper.SetDefault("devactivitypanel", true)
|
||||
viper.SetDefault("devenableshare", false)
|
||||
viper.SetDefault("devenablescrobble", true)
|
||||
}
|
||||
|
||||
func InitConfig(cfgFile string) {
|
||||
|
||||
Reference in New Issue
Block a user