diff --git a/patches/patches.json b/patches/patches.json index cb71ccf..c82c95d 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -790,6 +790,15 @@ "fr": "1.2.27", "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" + } } }, diff --git a/run.ps1 b/run.ps1 index 1266590..cb26c69 100644 --- a/run.ps1 +++ b/run.ps1 @@ -1136,7 +1136,7 @@ function Helper($paramname) { }, @{ Object = $webjson.others.EnableExp.psobject.properties - PropertiesToKeep = @('CarouselsOnHome') + PropertiesToKeep = @('CarouselsOnHome', 'BrowseViaPathfinder') } )