mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
refactor: move banner to consts, closer to version
This commit is contained in:
parent
0996272943
commit
d1f8d39866
2 changed files with 6 additions and 6 deletions
3
main.go
3
main.go
|
@ -2,12 +2,13 @@ package main
|
|||
|
||||
import (
|
||||
"github.com/deluan/navidrome/conf"
|
||||
"github.com/deluan/navidrome/consts"
|
||||
"github.com/deluan/navidrome/db"
|
||||
)
|
||||
|
||||
func main() {
|
||||
if !conf.Server.DevDisableBanner {
|
||||
ShowBanner()
|
||||
println(consts.Banner())
|
||||
}
|
||||
|
||||
conf.Load()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue