From 2b105ca77b2576416b082eb8a3133d74512c4011 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sat, 2 Oct 2021 13:56:42 -0400 Subject: [PATCH] Enable DevSidebarPlaylists by default. Closes #771 --- conf/configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/configuration.go b/conf/configuration.go index 83eb3d59..3a599432 100644 --- a/conf/configuration.go +++ b/conf/configuration.go @@ -239,7 +239,7 @@ func init() { viper.SetDefault("devactivitypanel", true) viper.SetDefault("devenableshare", false) viper.SetDefault("devenablebufferedscrobble", true) - viper.SetDefault("devsidebarplaylists", false) + viper.SetDefault("devsidebarplaylists", true) viper.SetDefault("devshowartistpage", false) }