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
|
// DevFlags. These are used to enable/disable debugging and incomplete features
|
||||||
DevLogSourceLine bool `default:"false"`
|
DevLogSourceLine bool `default:"false"`
|
||||||
DevAutoCreateAdminPassword string `default:""`
|
DevAutoCreateAdminPassword string `default:""`
|
||||||
DevEnableUIPlaylists bool `default:"false"`
|
DevEnableUIPlaylists bool `default:"true"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var Server = &nd{}
|
var Server = &nd{}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue