From 873bde9159e5230f48b9f8a264f578ca47b760b2 Mon Sep 17 00:00:00 2001 From: amd64fox Date: Sun, 11 Sep 2022 04:30:21 +0300 Subject: [PATCH] new sections - new sections to hide shows and podcasts from homepage --- Install.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Install.ps1 b/Install.ps1 index a93a9f6..1cf3850 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -894,9 +894,10 @@ function Helper($paramname) { $sct1 = "spotify:section:0JQ5DAnM3wGh0gz1MXnu9e" $sct2 = "spotify:section:0JQ5DAob0KawTDUxBEiEIF" $sct3 = "spotify:section:0JQ5DAnM3wGh0gz1MXnu3L" + $sct4 = "spotify:section:0JQ5IMCbQBLnpmAFclBLmI" $podcasts_off = @{ - PodcastsOff = '(Array.isArray\(.\)&&0===..length)', "`$1||l===`"$sct1`"||l===`"$sct2`"||l===`"$sct3`"" - PodcastsOff2 = '(.=..UBIWrapper;)(return)', "`$1 if(n===`"$sct1`"||n===`"$sct2`"||n===`"$sct3`") return null; `$2" + PodcastsOff = '(Array.isArray\(.\)&&0===..length)', "`$1||l===`"$sct1`"||l===`"$sct2`"||l===`"$sct3`"||l===`"$sct4`"" + PodcastsOff2 = '(.=..UBIWrapper;)(return)', "`$1 if(n===`"$sct1`"||n===`"$sct2`"||n===`"$sct3`"||n===`"$sct4`") return null; `$2" } $n = ($lang).NoVariable2 $contents = $podcasts_off