autostart broadcast only if url is set.

This commit is contained in:
Miroslav Šedivý 2024-06-18 23:35:22 +02:00
parent 5e96bca296
commit 21a4b2b797

View File

@ -32,7 +32,7 @@ func broadcastNew(pipelineFn func(url string) (string, error), url string, start
logger: logger,
pipelineFn: pipelineFn,
url: url,
started: started,
started: started && url != "",
}
}