From 2e02ca23bd13ca8ec9cf5a08d99eefbfc47efc48 Mon Sep 17 00:00:00 2001 From: amd64fox Date: Tue, 11 Oct 2022 07:14:59 +0300 Subject: [PATCH] typo fix --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index eecf2e2..9bf1da7 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -1092,7 +1092,7 @@ function Helper($paramname, $addstring) { if ($new_lyrics_off) { $exp_features.Remove('LyricsMatch') } if ($equalizer_off) { $exp_features.Remove('Equalizer') } if (!($device_picker_old)) { $exp_features.Remove('DevicePicker') } - if ($made_for_you_off -or $ofline -ge "1.1.95.893") { $exp_features.Remove('MadeForYou') } + if ($made_for_you_off -or $ofline -ge "1.1.96.783") { $exp_features.Remove('MadeForYou') } if ($exp_standart) { $exp_features.Remove('EnhanceLiked'), $exp_features.Remove('EnhancePlaylist'), $exp_features.Remove('DisographyArtist'), $exp_features.Remove('LyricsMatch'),