From a4e0c4cb4c64e8cabaa75a643aa5a163c0eaeeca Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:59:10 +0300 Subject: [PATCH] fix slots #2 #582 --- run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.ps1 b/run.ps1 index 735755d..a9ac4a3 100644 --- a/run.ps1 +++ b/run.ps1 @@ -1787,7 +1787,7 @@ $ANSI = [Text.Encoding]::GetEncoding(1251) $old = [IO.File]::ReadAllText($spotifyExecutable, $ANSI) $rexex1 = $old -notmatch $webjson.others.binary.block_update.add -$rexex2 = $old -notmatch $webjson.others.binary.podcast_ad_block.add +$rexex2 = $old -notmatch $webjson.others.binary.block_slots.add $rexex3 = $old -notmatch $webjson.others.binary.block_gabo.add if ($rexex1 -and $rexex2 -and $rexex3) {