Enable new Artist Page by default

This commit is contained in:
Deluan 2021-10-17 11:07:59 -04:00
parent b7fedddfd8
commit 0d2a8f5338
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,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) {