diff --git a/conf/configuration.go b/conf/configuration.go index f7f958c10..d5acfd024 100644 --- a/conf/configuration.go +++ b/conf/configuration.go @@ -36,7 +36,7 @@ type nd struct { // DevFlags. These are used to enable/disable debugging and incomplete features DevLogSourceLine bool `default:"false"` DevAutoCreateAdminPassword string `default:""` - DevEnableUIPlaylists bool `default:"false"` + DevEnableUIPlaylists bool `default:"true"` } var Server = &nd{}