From 10c342d951711c9e444bf3ffc59c2df9a2e118ab Mon Sep 17 00:00:00 2001 From: amd64fox Date: Thu, 1 Dec 2022 04:45:44 +0300 Subject: [PATCH] fix genre wrapped --- Install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Install.ps1 b/Install.ps1 index f5a55aa..4f76c9e 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -1047,6 +1047,7 @@ function Helper($paramname) { if ( $offline -ge "1.1.97.956") { $rem.remove('newhome'); $newhome = 'newhome2' } if ( $offline -ge "1.1.99.871") { $rem.remove('clearcache') } if ( $offline -le "1.1.98.691") { $rem.remove('sidebar-fix') } + if ( $offline -lt "1.1.90.859") { $rem.remove('pathfinder') } if ($enhance_like_off) { $rem.remove('enhanceliked') } if ($enhance_playlist_off) { $rem.remove('enhanceplaylist') } if ($new_artist_pages_off) { $rem.remove('disographyartist') }