mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-20 14:10:54 +10:00
fixed url
This commit is contained in:
@@ -1613,8 +1613,8 @@ If ($test_spa) {
|
|||||||
if ($podcast_off -or $adsections_off) {
|
if ($podcast_off -or $adsections_off) {
|
||||||
|
|
||||||
$url = switch ($mirror) {
|
$url = switch ($mirror) {
|
||||||
$true { " https://spotx-official.github.io/SpotX/js-helper/sectionBlock.js" }
|
$true { "https://spotx-official.github.io/SpotX/js-helper/sectionBlock.js" }
|
||||||
default { "https://raw.githubusercontent.com/SpotX-Official/SpotX/js-helper/main/sectionBlock.js" }
|
default { "https://raw.githubusercontent.com/SpotX-Official/SpotX/main/js-helper/sectionBlock.js" }
|
||||||
}
|
}
|
||||||
$section = Get -Url $url
|
$section = Get -Url $url
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user