- enabled mini player
- funny progress bar is back
- disable homesub if the patch for disabling podcasts on the home page is applied
This commit is contained in:
amd64fox
2024-03-09 09:45:05 +03:00
parent c3cbe3a6bd
commit 7294345f30
2 changed files with 48 additions and 2 deletions
+11
View File
@@ -1115,6 +1115,17 @@ function Helper($paramname) {
if (!($funnyprogressbar)) { Move-Json -n 'HeBringsNpb' -t $Enable -f $Disable }
# disable homesub if the patch for disabling podcasts on the home page is applied
$homesub = "HomeSubfeeds"
if ($podcasts_off) {
Move-Json -n $homesub -t $Enable -f $Disable
}
else {
Remove-Json -j $Enable -p $homesub
}
# Old theme
if (!($new_theme) -and [version]$offline -le [version]"1.2.13.661") {