We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853a1cb commit fc7832cCopy full SHA for fc7832c
1 file changed
Commands/Sources/Set-OBSSwitchSource.ps1
@@ -300,7 +300,8 @@ function Set-OBSSwitchSource {
300
}
301
302
if (-not $myParameters["Scene"]) {
303
- $myParameters["Scene"] = Get-OBSCurrentProgramScene
+ $myParameters["Scene"] = Get-OBSCurrentProgramScene |
304
+ Select-Object -ExpandProperty currentProgramSceneName
305
306
307
$myParameterData = [Ordered]@{}
0 commit comments