Skip to content

Commit

Permalink
disable exp HomePin
Browse files Browse the repository at this point in the history
- disable exp HomePin if podcasts were blocked on the main page
  • Loading branch information
amd64fox committed Sep 3, 2024
1 parent 91654f6 commit 25195c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,8 @@ function Helper($paramname) {

# carousel is temporarily disabled because it causes lags in the main menu
Move-Json -n 'HomeCarousels' -t $Enable -f $Disable

if ($podcasts_off) { Move-Json -n 'HomePin' -t $Enable -f $Disable }

if ([version]$offline -eq [version]'1.2.37.701' -or [version]$offline -eq [version]'1.2.38.720' ) {
Move-Json -n 'DevicePickerSidePanel' -t $Enable -f $Disable
Expand Down

0 comments on commit 25195c3

Please sign in to comment.