Archived
2
0

remove unused channels.

This commit is contained in:
Miroslav Šedivý
2023-01-29 17:51:39 +01:00
parent 4094639ea9
commit 6e62b796fc
3 changed files with 11 additions and 29 deletions

View File

@ -22,6 +22,7 @@ type CaptureManagerCtx struct {
func New(desktop types.DesktopManager, config *config.Capture) *CaptureManagerCtx {
logger := log.With().Str("module", "capture").Logger()
return &CaptureManagerCtx{
logger: logger,
desktop: desktop,