Skip to content

Commit

Permalink
Enable DevSidebarPlaylists by default.
Browse files Browse the repository at this point in the history
Closes #771
  • Loading branch information
deluan committed Oct 2, 2021
1 parent 9c29ee3 commit 2b105ca
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 @@ -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)
}

Expand Down

0 comments on commit 2b105ca

Please sign in to comment.