From 7cf8f4c9598f212144997f45c47bc4475bb35f94 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:21:50 +0300 Subject: [PATCH] smart shuffling disabled Temporarily disable smart shuffling due to a bug in recent versions #463 --- Install.ps1 | 3 ++- patches/patches.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Install.ps1 b/Install.ps1 index f38916f..1d48a64 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -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") { diff --git a/patches/patches.json b/patches/patches.json index a6f5e20..81e79aa 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -569,7 +569,7 @@ "description": "Enable Smart Shuffle in playlists", "native_description": "Enable Smart Shuffle", "version": { - "fr": "", + "fr": "1.2.15", "to": "" } },