Skip to content

Commit

Permalink
Enable new Artist Page by default
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Oct 17, 2021
1 parent b7feddd commit 0d2a8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0d2a8f5

Please sign in to comment.