From 0ac229dbd589c6820e3ea1266bf164d511ac9fd6 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:15:07 +0300 Subject: [PATCH] fixed url --- run.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.ps1 b/run.ps1 index 60c02c7..ddfed16 100644 --- a/run.ps1 +++ b/run.ps1 @@ -1613,8 +1613,8 @@ If ($test_spa) { if ($podcast_off -or $adsections_off) { $url = switch ($mirror) { - $true { " https://spotx-official.github.io/SpotX/js-helper/sectionBlock.js" } - default { "https://raw.githubusercontent.com/SpotX-Official/SpotX/js-helper/main/sectionBlock.js" } + $true { "https://spotx-official.github.io/SpotX/js-helper/sectionBlock.js" } + default { "https://raw.githubusercontent.com/SpotX-Official/SpotX/main/js-helper/sectionBlock.js" } } $section = Get -Url $url