mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Removed (almost) all remaining init()
This commit is contained in:
parent
5d2a7b1db1
commit
23e38ec82f
5 changed files with 34 additions and 23 deletions
3
main.go
3
main.go
|
@ -8,8 +8,7 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
conf.LoadFromLocalFile()
|
||||
conf.LoadFromFlags()
|
||||
conf.Load()
|
||||
|
||||
fmt.Printf("\nCloudSonic Server v%s\n\n", "0.2")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue