mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Enable Playlist Management in the UI by default
This commit is contained in:
parent
a734a1aaa3
commit
41010515ee
1 changed files with 1 additions and 1 deletions
|
@ -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{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue