revert to 1.2.68

This commit is contained in:
amd64fox
2025-08-11 23:24:53 +03:00
parent 488c4e8b74
commit 7a0675d4ed
5 changed files with 8 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
@echo off
:: Line for changing spotx parameters, each parameter should be separated by a space
set param=-new_theme
set param=-new_theme -block_update_on
set url='https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1'
set url2='https://spotx-official.github.io/run.ps1'
+5 -5
View File
@@ -22,7 +22,7 @@
<h1 id="requirements">Requirements</h1>
- **OS:** Windows 7-11
- **Spotify:** Latest official [versions](https://loadspot.pages.dev)
- **Spotify:** [1.2.68 and below](https://loadspot.pages.dev)
- **For Windows Desktop only** (Microsoft Store version is not suitable)
- **PowerShell:** Version 5 and above recommended
@@ -53,13 +53,13 @@ or
#### Run The following command in PowerShell:
```ps1
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1') } -new_theme"
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1') } -new_theme -block_update_on"
```
#### mirror
```ps1
iex "& { $(iwr -useb 'https://spotx-official.github.io/run.ps1') } -m -new_theme"
iex "& { $(iwr -useb 'https://spotx-official.github.io/run.ps1') } -m -new_theme -block_update_on"
```
</details>
@@ -150,13 +150,13 @@ or
#### Run The following command in PowerShell:
```ps1
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1') } -premium -new_theme"
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1') } -premium -new_theme -block_update_on"
```
#### mirror
```ps1
iex "& { $(iwr -useb 'https://spotx-official.github.io/run.ps1') } -m -premium -new_theme"
iex "& { $(iwr -useb 'https://spotx-official.github.io/run.ps1') } -m -premium -new_theme -block_update_on"
```
</details>
-16
View File
@@ -2344,22 +2344,6 @@
},
"match": "=>\\{((?:(?!=>\\{).)*?(?=\"loggedin_upgrade_menu))",
"replace": "=>{ return null; $1"
},
"fix_sleep_timer": {
"version": {
"fr": "1.2.69",
"to": ""
},
"match": "(Sleep timer\",default:)!1",
"replace": "$1!0"
},
"fix_shuffle": {
"version": {
"fr": "1.2.69",
"to": ""
},
"match": "(Enable Smart Shuffle\",default:)!1",
"replace": "$1!0"
}
}
}
+1 -1
View File
@@ -378,7 +378,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# latest tested version for Win 10-12
$onlineFull = "1.2.69.449.gfda8591a-745"
$onlineFull = "1.2.68.528.g50f97d42-1008"
}
}
else {
+1 -1
View File
@@ -1,7 +1,7 @@
@echo off
:: Line for changing spotx parameters, each parameter should be separated by a space
set param=-premium -new_theme
set param=-premium -new_theme -block_update_on
set url='https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1'
set url2='https://spotx-official.github.io/run.ps1'