diff --git a/conf/configuration.go b/conf/configuration.go index 64fe20fde..df18daaf2 100644 --- a/conf/configuration.go +++ b/conf/configuration.go @@ -37,7 +37,7 @@ type nd struct { DevLogSourceLine bool `default:"false"` DevAutoCreateAdminPassword string `default:""` DevEnableUIPlaylists bool `default:"true"` - DevEnableUIStarred bool `default:"false"` + DevEnableUIStarred bool `default:"true"` } var Server = &nd{}