1
0

Okay, the problem with liquidsoap is with permissions. So, now it is not mandatory.

This commit is contained in:
Alexander Andreev 2022-08-29 14:14:29 +04:00
parent 16e849eb65
commit fec2a4b524
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -67,7 +67,8 @@ func main() {
liquid, err := liquidsoap.NewLiquidsoap(config.Liquidsoap.ExecPath, config.Liquidsoap.ScriptPath)
if err != nil {
logErr.Fatalln("liquidsoap:", err)
logErr.Println("liquidsoap:", err)
liquid.Stop()
}
if err := srv.Start(config.SplitNetworkAddress()); err != nil {