From 3a7a80dc699415c81e81b07e62111bd6acf7a59c 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 15958ce86..1ef0acdb9 100644 --- a/conf/configuration.go +++ b/conf/configuration.go @@ -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) {