mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-15 19:50:37 +03:00
Enable Playlist Management in the UI by default
This commit is contained in:
parent
a734a1aaa3
commit
41010515ee
@ -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…
x
Reference in New Issue
Block a user