mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-18 21:30:05 +10:00
smart shuffling disabled
Temporarily disable smart shuffling due to a bug in recent versions #463
This commit is contained in:
+2
-1
@@ -977,7 +977,8 @@ function Helper($paramname) {
|
||||
|
||||
if ($enhance_like_off) { $remEnable.remove('EnhanceLikedSongs') }
|
||||
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') }
|
||||
# Old theme
|
||||
if (!($new_theme) -and [version]$offline -le [version]"1.2.13.661") {
|
||||
|
||||
Reference in New Issue
Block a user