typo fix.
This commit is contained in:
parent
c91e500f00
commit
d06a5a2ac7
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ func (s *Capture) Set() {
|
|||
s.AudioCodec = codec.Opus()
|
||||
}
|
||||
|
||||
s.BroadcastPipeline = viper.GetString("capturebroadcast.pipeline")
|
||||
s.BroadcastPipeline = viper.GetString("capture.broadcast.pipeline")
|
||||
|
||||
s.ScreencastEnabled = viper.GetBool("capture.screencast.enabled")
|
||||
s.ScreencastRate = viper.GetString("capture.screencast.rate")
|
||||
|
|
|
|||
Loading…
Reference in a new issue