mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
optimizing "exp_spotify"
- optimizing the "exp_spotify" parameter
This commit is contained in:
@@ -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')
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user