diff --git a/Install.ps1 b/Install.ps1 index 2acc110..af02d52 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -1056,11 +1056,11 @@ function Helper($paramname) { $objects = @( @{ Object = $webjson.others.CustomExp.psobject.properties - PropertiesToKeep = @('NavAlt', 'NavAlt2') + PropertiesToKeep = @('LyricsUpsell') }, @{ Object = $webjson.others.EnableExp.psobject.properties - PropertiesToKeep = @('RightSidebarColors', 'RightSidebarCredits', 'RightSidebarLyrics', 'RightSidebar', 'LeftSidebar', 'CarouselsOnHome') + PropertiesToKeep = @('CarouselsOnHome') } )