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 fc7832c commit 1d7fad9Copy full SHA for 1d7fad9
1 file changed
Commands/Sources/Set-OBSVLCSource.ps1
@@ -196,7 +196,8 @@ function Set-OBSVLCSource {
196
}
197
198
if (-not $myParameters["Scene"]) {
199
- $myParameters["Scene"] = Get-OBSCurrentProgramScene
+ $myParameters["Scene"] = Get-OBSCurrentProgramScene |
200
+ Select-Object -ExpandProperty currentProgramSceneName
201
202
203
$myParameterData = [Ordered]@{}
0 commit comments