Skip to content

Commit

Permalink
fixed url
Browse files Browse the repository at this point in the history
  • Loading branch information
amd64fox committed Mar 14, 2024
1 parent 1774024 commit 0ac229d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0ac229d

Please sign in to comment.