From ee0cd5e871021ef3d69ad9d600285f365c7fd834 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Thu, 1 Jun 2023 02:56:56 +0000 Subject: [PATCH] Fixing OBS.PowerShell Effect Import (re #109) --- obs-powershell.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-powershell.psm1 b/obs-powershell.psm1 index babf0fcd2..2c4d11707 100644 --- a/obs-powershell.psm1 +++ b/obs-powershell.psm1 @@ -21,4 +21,4 @@ foreach ($noun in 'Streaming','Recording') { Connect-OBS -$MyInvocation.MyCommand.Module | Import-OBSEffect +$MyInvocation.MyCommand.ScriptBlock.Module | Import-OBSEffect