mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-17 21:00:04 +10:00
version bump to 1.1.99.871
- enabled support for adding a playlist to another playlist
This commit is contained in:
+2
-1
@@ -1045,6 +1045,7 @@ function Helper($paramname) {
|
|||||||
|
|
||||||
if ( $ofline -le "1.1.96.785") { $rem.remove('newhome2'), $rem.remove('copy-playlists'); $newhome = 'newhome' }
|
if ( $ofline -le "1.1.96.785") { $rem.remove('newhome2'), $rem.remove('copy-playlists'); $newhome = 'newhome' }
|
||||||
if ( $ofline -ge "1.1.97.956") { $rem.remove('newhome'); $newhome = 'newhome2' }
|
if ( $ofline -ge "1.1.97.956") { $rem.remove('newhome'); $newhome = 'newhome2' }
|
||||||
|
if ( $ofline -ge "1.1.99.871") { $rem.remove('clearcache') }
|
||||||
if ($enhance_like_off) { $rem.remove('enhanceliked') }
|
if ($enhance_like_off) { $rem.remove('enhanceliked') }
|
||||||
if ($enhance_playlist_off) { $rem.remove('enhanceplaylist') }
|
if ($enhance_playlist_off) { $rem.remove('enhanceplaylist') }
|
||||||
if ($new_artist_pages_off) { $rem.remove('disographyartist') }
|
if ($new_artist_pages_off) { $rem.remove('disographyartist') }
|
||||||
@@ -1052,7 +1053,7 @@ function Helper($paramname) {
|
|||||||
if ($equalizer_off) { $rem.remove('equalizer') }
|
if ($equalizer_off) { $rem.remove('equalizer') }
|
||||||
if (!($device_picker_old) -or $ofline -ge "1.1.98.683") { $rem.remove('devicepickerold') }
|
if (!($device_picker_old) -or $ofline -ge "1.1.98.683") { $rem.remove('devicepickerold') }
|
||||||
if ($made_for_you_off -or $ofline -ge "1.1.96.783") { $rem.remove('madeforyou') }
|
if ($made_for_you_off -or $ofline -ge "1.1.96.783") { $rem.remove('madeforyou') }
|
||||||
if ($ofline -lt "1.1.98.683") { $rem.remove('rightsidebar') }
|
if ($ofline -lt "1.1.98.683") { $rem.remove('rightsidebar'), $rem.remove('addingplaylist') }
|
||||||
if ($exp_standart) {
|
if ($exp_standart) {
|
||||||
$rem.remove('enhanceliked'), $rem.remove('enhanceplaylist'),
|
$rem.remove('enhanceliked'), $rem.remove('enhanceplaylist'),
|
||||||
$rem.remove('disographyartist'), $rem.remove('lyricsmatch'),
|
$rem.remove('disographyartist'), $rem.remove('lyricsmatch'),
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<h1>System requirements</h1>
|
<h1>System requirements</h1>
|
||||||
|
|
||||||
- <strong>OS: Windows 7-11</strong>
|
- <strong>OS: Windows 7-11</strong>
|
||||||
- <strong>Spotify: Recommended official version [1.1.98.691](https://cutt.ly/8EH6NuH)</strong>
|
- <strong>Spotify: Recommended official version [1.1.99.871](https://cutt.ly/8EH6NuH)</strong>
|
||||||
- <strong>For Windows Desktop only (Microsoft store version is not suitable).</strong>
|
- <strong>For Windows Desktop only (Microsoft store version is not suitable).</strong>
|
||||||
- <strong>PowerShell: 3 or higher</strong>
|
- <strong>PowerShell: 3 or higher</strong>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user