mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
version bump to 1.2.81.264
This commit is contained in:
@@ -1782,6 +1782,13 @@
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"MagpieCuration": {
|
||||
"name": "enableMagpieCuration",
|
||||
"version": {
|
||||
"fr": "1.2.81",
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"Magpie": {
|
||||
"name": "enableMagpie",
|
||||
"version": {
|
||||
@@ -2280,11 +2287,11 @@
|
||||
},
|
||||
"collaboration": {
|
||||
"version": {
|
||||
"fr": "1.1.73",
|
||||
"fr": "1.1.74",
|
||||
"to": ""
|
||||
},
|
||||
"match": "(permissionLevel:(?:\"CONTRIBUTOR\"|[\\w$]+)(?!\\s*=).+?return)",
|
||||
"replace": "$1 null;"
|
||||
"match": "[\\w$]+\\??\\.canAdministratePermissions(\\W.*?\"permissions\\.invite-collaborators\")",
|
||||
"replace": "false$1"
|
||||
},
|
||||
"byspotx": {
|
||||
"add": "// Patched by SpotX"
|
||||
|
||||
4
run.ps1
4
run.ps1
@@ -416,7 +416,7 @@ if (!($version -and $version -match $match_v)) {
|
||||
}
|
||||
else {
|
||||
# latest tested version for Win 10-12
|
||||
$onlineFull = "1.2.80.349.g2efc88b5-968"
|
||||
$onlineFull = "1.2.81.264.gb4ad4efa-1866"
|
||||
}
|
||||
}
|
||||
else {
|
||||
@@ -1235,7 +1235,7 @@ function Helper($paramname) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!$premium) { Remove-Json -j $Enable -p 'RemoteDownloads', 'Magpie', 'MagpiePrompting', 'MagpieScheduling' }
|
||||
if (!$premium) { Remove-Json -j $Enable -p 'RemoteDownloads', 'Magpie', 'MagpiePrompting', 'MagpieScheduling', 'MagpieCuration' }
|
||||
|
||||
# Disable unimportant exp
|
||||
if ($exp_spotify) {
|
||||
|
||||
Reference in New Issue
Block a user