From 9fea76f1cae9c2b17c678ed8fd91aec3d4b0bbfe Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 15 May 2025 00:37:26 +0300 Subject: [PATCH] reset $global:type - reset $global:type if re-run in the same session --- run.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.ps1 b/run.ps1 index a5c2bff..24121d3 100644 --- a/run.ps1 +++ b/run.ps1 @@ -1385,7 +1385,8 @@ function Helper($paramname) { $type = $null - + $global:type = $null + if ($podcast_off -or $adsections_off -or $canvashome_off) { $active_elements = @()