smart shuffling disabled

Temporarily disable smart shuffling due to a bug in recent versions #463
This commit is contained in:
amd64fox
2023-07-31 14:21:50 +03:00
parent dcedf58df2
commit 7cf8f4c959
2 changed files with 3 additions and 2 deletions

View File

@@ -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") {

View File

@@ -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": ""
} }
}, },