mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-25 15:07:25 +02:00
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.AudioCodec = codec.Opus()
|
||||||
}
|
}
|
||||||
|
|
||||||
s.BroadcastPipeline = viper.GetString("capturebroadcast.pipeline")
|
s.BroadcastPipeline = viper.GetString("capture.broadcast.pipeline")
|
||||||
|
|
||||||
s.ScreencastEnabled = viper.GetBool("capture.screencast.enabled")
|
s.ScreencastEnabled = viper.GetBool("capture.screencast.enabled")
|
||||||
s.ScreencastRate = viper.GetString("capture.screencast.rate")
|
s.ScreencastRate = viper.GetString("capture.screencast.rate")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue