mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
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…
Add table
Add a link
Reference in a new issue