Skip to content

Commit

Permalink
fix slots #2
Browse files Browse the repository at this point in the history
  • Loading branch information
amd64fox committed Apr 19, 2024
1 parent 9b561c9 commit a4e0c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a4e0c4c

Please sign in to comment.