Skip to content

Commit

Permalink
fixed genre page bug
Browse files Browse the repository at this point in the history
- fixed genre page bug for versions below 1.2.25
  • Loading branch information
amd64fox committed Jan 14, 2024
1 parent 9a51c24 commit e37418a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

},
Expand Down
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ function Helper($paramname) {
},
@{
Object = $webjson.others.EnableExp.psobject.properties
PropertiesToKeep = @('CarouselsOnHome')
PropertiesToKeep = @('CarouselsOnHome', 'BrowseViaPathfinder')
}
)

Expand Down

0 comments on commit e37418a

Please sign in to comment.