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 5b95bc2 commit 372b5e1Copy full SHA for 372b5e1
1 file changed
Commands/Sources/Set-OBSMediaSource.ps1
@@ -177,7 +177,8 @@ function Set-OBSMediaSource {
177
}
178
179
if (-not $myParameters["Scene"]) {
180
- $myParameters["Scene"] = Get-OBSCurrentProgramScene
+ $myParameters["Scene"] = Get-OBSCurrentProgramScene |
181
+ Select-Object -ExpandProperty currentProgramSceneName
182
183
184
$myParameterData = [Ordered]@{}
0 commit comments