mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +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"`
|
DevLogSourceLine bool `default:"false"`
|
||||||
DevAutoCreateAdminPassword string `default:""`
|
DevAutoCreateAdminPassword string `default:""`
|
||||||
DevEnableUIPlaylists bool `default:"true"`
|
DevEnableUIPlaylists bool `default:"true"`
|
||||||
DevEnableUIStarred bool `default:"false"`
|
DevEnableUIStarred bool `default:"true"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var Server = &nd{}
|
var Server = &nd{}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue