mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-19 05:40:06 +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 = @(
|
$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')
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user