mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-14 03:16:33 +10:00
revert to 1.2.68
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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,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'
|
||||
|
||||
Reference in New Issue
Block a user