mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add startup banner
This commit is contained in:
parent
0673371a71
commit
c995766c45
3 changed files with 23 additions and 5 deletions
4
main.go
4
main.go
|
@ -1,16 +1,12 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/cloudsonic/sonic-server/conf"
|
||||
)
|
||||
|
||||
func main() {
|
||||
conf.Load()
|
||||
|
||||
fmt.Printf("\nCloudSonic Server v%s\n\n", "0.2")
|
||||
|
||||
a := CreateApp(conf.Sonic.MusicFolder)
|
||||
a.MountRouter("/rest/", CreateSubsonicAPIRouter())
|
||||
a.Run(":" + conf.Sonic.Port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue