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 372b5e1 commit 853a1cbCopy full SHA for 853a1cb
1 file changed
Commands/Sources/Set-OBSSoundCloudSource.ps1
@@ -239,7 +239,8 @@ function Set-OBSSoundCloudSource {
239
}
240
241
if (-not $myParameters["Scene"]) {
242
- $myParameters["Scene"] = Get-OBSCurrentProgramScene
+ $myParameters["Scene"] = Get-OBSCurrentProgramScene |
243
+ Select-Object -ExpandProperty currentProgramSceneName
244
245
246
$myParameterData = [Ordered]@{}
0 commit comments