mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
version bump to 1.2.40.592
This commit is contained in:
@@ -1078,6 +1078,15 @@
|
||||
"fr": "1.2.39",
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"AlignedCurationSavedIn": {
|
||||
"name": "enableAlignedCurationSavedIn",
|
||||
"description": "Enables the Saved In section in Aligned Curation",
|
||||
"native_description": "Enables the Saved In section in Aligned Curation",
|
||||
"version": {
|
||||
"fr": "1.2.40",
|
||||
"to": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomExp": {
|
||||
@@ -1701,7 +1710,7 @@
|
||||
"fr": "1.1.93",
|
||||
"to": ""
|
||||
},
|
||||
"match": "(this\\.(?:productStateApi|_product_state)(?:|_service)=(.))(?=}|,this\\.productStateApi|,this\\._events)",
|
||||
"match": "(this\\.(?:productStateApi|_product_state)(?:|_service)=(.))(?=}|(?:,this\\.cache=.)?,this\\.productStateApi|,this\\._events)",
|
||||
"replace": "$1,$2?.putOverridesValues?.({0})",
|
||||
"add": "ads:'0',catalogue:'premium',product:'premium',type:'premium',name:'Spotify','unrestricted':'1'",
|
||||
"add2": "'storage-size-config':'{0},90,500,3'"
|
||||
|
||||
6
run.ps1
6
run.ps1
@@ -369,7 +369,7 @@ if (!($version -and $version -match $match_v)) {
|
||||
}
|
||||
else {
|
||||
# Recommended version for Win 10-12
|
||||
$onlineFull = "1.2.39.578.g0ea3f38b-107"
|
||||
$onlineFull = "1.2.40.592.gb83da72d-1214"
|
||||
}
|
||||
}
|
||||
else {
|
||||
@@ -1169,13 +1169,13 @@ function Helper($paramname) {
|
||||
else {
|
||||
|
||||
if ([version]$offline -ge [version]'1.2.22.980') {
|
||||
Move-Json -n "EnhanceLikedSongs", "EnhancePlaylist"-t $Enable -f $Disable
|
||||
Move-Json -n "EnhanceLikedSongs", "EnhancePlaylist" -t $Enable -f $Disable
|
||||
}
|
||||
|
||||
}
|
||||
if ([version]$offline -eq [version]'1.2.30.1135') { Move-Json -n 'QueueOnRightPanel' -t $Enable -f $Disable }
|
||||
|
||||
if (!($plus)) { Move-Json -n 'Plus' -t $Enable -f $Disable }
|
||||
if (!($plus)) { Move-Json -n "Plus", "AlignedCurationSavedIn" -t $Enable -f $Disable }
|
||||
|
||||
if (!($topsearchbar)) {
|
||||
Move-Json -n "GlobalNavBar" -t $Enable -f $Disable
|
||||
|
||||
Reference in New Issue
Block a user