Skip to content

Commit a6aafc1

Browse files
StartAutomatingStartAutomating
authored andcommitted
OBS Source Commands - Fixing -NoResponse (Fixes #136)
Also fixing Add vs Set return behaviors
1 parent 4c6068f commit a6aafc1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Commands/Sources/Set-OBSAudioOutputSource.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ function Set-OBSAudioOutputSource {
123123
inputName = $myParameters["Name"]
124124
inputKind = "wasapi_output_capture"
125125
inputSettings = $myParameterData
126+
NoResponse = $myParameters["NoResponse"]
126127
}
127128
# If -SceneItemEnabled was passed,
128129
if ($myParameters.Contains('SceneItemEnabled')) {

0 commit comments

Comments
 (0)