From 0d2a8f5338a12d3724905a834bd1078259f8ee3c Mon Sep 17 00:00:00 2001 From: Deluan Date: Sun, 17 Oct 2021 11:07:59 -0400 Subject: [PATCH] Enable new Artist Page by default --- conf/configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/configuration.go b/conf/configuration.go index 3a5994321..53282653c 100644 --- a/conf/configuration.go +++ b/conf/configuration.go @@ -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) {