Enable UI starred by default
This commit is contained in:
parent
e811816021
commit
1bca8fca97
1 changed files with 1 additions and 1 deletions
|
|
@ -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{}
|
||||
|
|
|
|||
Loading…
Reference in a new issue