Skip to content

Commit

Permalink
autostart broadcast only if url is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Jun 18, 2024
1 parent 5e96bca commit 21a4b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/internal/capture/broadcast.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 != "",
}
}

Expand Down

0 comments on commit 21a4b2b

Please sign in to comment.