Enable DevSidebarPlaylists by default.

Closes #771
This commit is contained in:
Deluan 2021-10-02 13:56:42 -04:00
parent 9c29ee3651
commit 2b105ca77b
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}