mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-23 11:30:19 +10:00
smart shuffling disabled
Temporarily disable smart shuffling due to a bug in recent versions #463
This commit is contained in:
@@ -977,7 +977,8 @@ function Helper($paramname) {
|
|||||||
|
|
||||||
if ($enhance_like_off) { $remEnable.remove('EnhanceLikedSongs') }
|
if ($enhance_like_off) { $remEnable.remove('EnhanceLikedSongs') }
|
||||||
if ($enhance_playlist_off) { $remEnable.remove('EnhancePlaylist') }
|
if ($enhance_playlist_off) { $remEnable.remove('EnhancePlaylist') }
|
||||||
if ($smartShuffle_off) { $remEnable.remove('SmartShuffle') }
|
# if ($smartShuffle_off) { $remEnable.remove('SmartShuffle') }
|
||||||
|
$remEnable.remove('SmartShuffle')
|
||||||
if (!($funnyprogressBar)) { $remEnable.remove('HeBringsNpb') }
|
if (!($funnyprogressBar)) { $remEnable.remove('HeBringsNpb') }
|
||||||
# Old theme
|
# Old theme
|
||||||
if (!($new_theme) -and [version]$offline -le [version]"1.2.13.661") {
|
if (!($new_theme) -and [version]$offline -le [version]"1.2.13.661") {
|
||||||
|
|||||||
@@ -569,7 +569,7 @@
|
|||||||
"description": "Enable Smart Shuffle in playlists",
|
"description": "Enable Smart Shuffle in playlists",
|
||||||
"native_description": "Enable Smart Shuffle",
|
"native_description": "Enable Smart Shuffle",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "",
|
"fr": "1.2.15",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user