mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +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:
@@ -733,7 +733,7 @@
|
||||
"native_description": "he brings you playback progress",
|
||||
"version": {
|
||||
"fr": "1.2.14",
|
||||
"to": "1.2.26"
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"AlbumPrerelease": {
|
||||
@@ -951,8 +951,43 @@
|
||||
"fr": "1.2.32",
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"MiniPlayer": {
|
||||
"name": "enablePiPMiniPlayer",
|
||||
"description": "Enable the PiP Mini Player",
|
||||
"native_description": "Enable the PiP Mini Player",
|
||||
"version": {
|
||||
"fr": "1.2.32",
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"MiniPlayerVideo": {
|
||||
"name": "enablePiPMiniPlayerVideo",
|
||||
"description": "Enable playback of video inside the PiP Mini Player",
|
||||
"native_description": "Enable playback of video inside the PiP Mini Player",
|
||||
"version": {
|
||||
"fr": "1.2.32",
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"PremiumUserForMiniPlayer": {
|
||||
"name": "enablePremiumUserForMiniPlayer",
|
||||
"description": "Enables premium user flag for mini player",
|
||||
"native_description": "Enables premium user flag for mini player",
|
||||
"version": {
|
||||
"fr": "1.2.32",
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"HomeSubfeeds": {
|
||||
"name": "enableHomeSubfeeds",
|
||||
"description": "Enable Subfeed filter chips on home",
|
||||
"native_description": "Enable Subfeed filter chips on home",
|
||||
"version": {
|
||||
"fr": "1.2.23",
|
||||
"to": ""
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
"CustomExp": {
|
||||
"SocialConnectOnDesktop": {
|
||||
|
||||
11
run.ps1
11
run.ps1
@@ -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