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 672a76c commit 97bf3ffCopy full SHA for 97bf3ff
1 file changed
Commands/Sources/Set-OBSColorSource.ps1
@@ -124,7 +124,8 @@ function Set-OBSColorSource {
124
}
125
126
if (-not $myParameters["Scene"]) {
127
- $myParameters["Scene"] = Get-OBSCurrentProgramScene
+ $myParameters["Scene"] = Get-OBSCurrentProgramScene |
128
+ Select-Object -ExpandProperty currentProgramSceneName
129
130
131
$hexChar = [Regex]::new('[0-9a-f]')
0 commit comments