Enable new Artist Page by default

This commit is contained in:
Deluan 2021-10-17 11:07:59 -04:00 committed by Joe Stump
parent 84c1c0cf68
commit 3a7a80dc69
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -259,7 +259,7 @@ func init() {
viper.SetDefault("devenableshare", false)
viper.SetDefault("devenablebufferedscrobble", true)
viper.SetDefault("devsidebarplaylists", true)
viper.SetDefault("devshowartistpage", false)
viper.SetDefault("devshowartistpage", true)
}
func InitConfig(cfgFile string) {