optimizing "exp_spotify"

- optimizing the "exp_spotify" parameter
This commit is contained in:
amd64fox
2023-09-10 11:34:35 +03:00
parent f0f528b97c
commit 62bc32fb07
+2 -2
View File
@@ -1056,11 +1056,11 @@ function Helper($paramname) {
$objects = @( $objects = @(
@{ @{
Object = $webjson.others.CustomExp.psobject.properties Object = $webjson.others.CustomExp.psobject.properties
PropertiesToKeep = @('NavAlt', 'NavAlt2') PropertiesToKeep = @('LyricsUpsell')
}, },
@{ @{
Object = $webjson.others.EnableExp.psobject.properties Object = $webjson.others.EnableExp.psobject.properties
PropertiesToKeep = @('RightSidebarColors', 'RightSidebarCredits', 'RightSidebarLyrics', 'RightSidebar', 'LeftSidebar', 'CarouselsOnHome') PropertiesToKeep = @('CarouselsOnHome')
} }
) )