mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-20 22:21:09 +10:00
fixed genre page bug
- fixed genre page bug for versions below 1.2.25
This commit is contained in:
@@ -790,6 +790,15 @@
|
|||||||
"fr": "1.2.27",
|
"fr": "1.2.27",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"BrowseViaPathfinder": {
|
||||||
|
"name": "enableBrowseViaPathfinder",
|
||||||
|
"description": "Fixes a bug on the genres page",
|
||||||
|
"native_description": "Fetch Browse data from Pathfinder",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.1.70",
|
||||||
|
"to": "1.2.24"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1136,7 +1136,7 @@ function Helper($paramname) {
|
|||||||
},
|
},
|
||||||
@{
|
@{
|
||||||
Object = $webjson.others.EnableExp.psobject.properties
|
Object = $webjson.others.EnableExp.psobject.properties
|
||||||
PropertiesToKeep = @('CarouselsOnHome')
|
PropertiesToKeep = @('CarouselsOnHome', 'BrowseViaPathfinder')
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user