mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 10:26:22 +02:00
autostart broadcast only if url is set.
This commit is contained in:
parent
5e96bca296
commit
21a4b2b797
1 changed files with 1 additions and 1 deletions
|
@ -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 != "",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue