- 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

View File

@@ -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
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") {