Skip to content

Commit

Permalink
fix: -Scene parameter defaults ( Fixes #210 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Dec 4, 2024
1 parent 489451b commit c22cc18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Commands/Sources/Set-OBSAudioOutputSource.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ function Set-OBSAudioOutputSource {
}

if (-not $myParameters["Scene"]) {
$myParameters["Scene"] = Get-OBSCurrentProgramScene
$myParameters["Scene"] = Get-OBSCurrentProgramScene |
Select-Object -ExpandProperty currentProgramSceneName
}


Expand Down

0 comments on commit c22cc18

Please sign in to comment.