mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-19 22:00:04 +10:00
Update
- 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:
@@ -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") {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user