mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-14 03:16:33 +10:00
optimizing "exp_spotify"
- optimizing the "exp_spotify" parameter
This commit is contained in:
+2
-2
@@ -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