From 79b82f1d1df39349405d36dbaff4b51f71d42cbe Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 20 Jul 2023 12:16:17 +0300 Subject: [PATCH] smart shuffling disabled for 1.2.16+ Temporarily disable smart shuffling due to a bug in recent versions #463 --- patches/patches.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index 9f8b538..779e48a 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -507,7 +507,7 @@ "native_description": "Enable Smart Shuffle", "version": { "fr": "1.2.14", - "to": "" + "to": "1.2.15" } }, "LiveEventsListView": { @@ -1111,4 +1111,4 @@ "replace": "min:250,max:400" } } -} \ No newline at end of file +}