mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add option to enable (experimental) playlists in UI
This commit is contained in:
parent
0ca79eead4
commit
f881e2a54b
4 changed files with 11 additions and 5 deletions
|
@ -36,6 +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"`
|
||||
}
|
||||
|
||||
var Server = &nd{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue