mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +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
4
main.go
4
main.go
|
@ -9,9 +9,7 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
if !conf.Server.DevDisableBanner {
|
||||
println(consts.Banner())
|
||||
}
|
||||
println(consts.Banner())
|
||||
|
||||
conf.Load()
|
||||
db.EnsureLatestVersion()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue