From 62bc32fb07b0940fb946c4fce3c080b21135a0b0 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sun, 10 Sep 2023 11:34:35 +0300 Subject: [PATCH] optimizing "exp_spotify" - optimizing the "exp_spotify" parameter --- Install.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') } )