Enable Playlist Management in the UI by default

This commit is contained in:
Deluan 2020-05-16 19:16:48 -04:00
parent a734a1aaa3
commit 41010515ee

View file

@ -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{}