mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
chore: removed non-working config flag
This commit is contained in:
parent
f403a8da34
commit
15606770ca
2 changed files with 1 additions and 4 deletions
|
@ -28,7 +28,6 @@ type nd struct {
|
||||||
ProbeCommand string `default:"ffmpeg -i %s -f ffmetadata"`
|
ProbeCommand string `default:"ffmpeg -i %s -f ffmetadata"`
|
||||||
|
|
||||||
// DevFlags. These are used to enable/disable debugging and incomplete features
|
// DevFlags. These are used to enable/disable debugging and incomplete features
|
||||||
DevDisableBanner bool `default:"false"`
|
|
||||||
DevLogSourceLine bool `default:"false"`
|
DevLogSourceLine bool `default:"false"`
|
||||||
DevAutoCreateAdminPassword string `default:""`
|
DevAutoCreateAdminPassword string `default:""`
|
||||||
}
|
}
|
||||||
|
|
4
main.go
4
main.go
|
@ -9,9 +9,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
if !conf.Server.DevDisableBanner {
|
println(consts.Banner())
|
||||||
println(consts.Banner())
|
|
||||||
}
|
|
||||||
|
|
||||||
conf.Load()
|
conf.Load()
|
||||||
db.EnsureLatestVersion()
|
db.EnsureLatestVersion()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue