From 92894fc64c118a95071f87e558b0cecea9428a90 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 14 Feb 2026 22:00:17 +0300 Subject: [PATCH] fix regex for GenreHubHashFix patch #824 --- patches/patches.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index edf6296..4e2368c 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -2626,8 +2626,8 @@ "fr": "1.1.85", "to": "1.1.99" }, - "match": "(sha256Hash:)([^}]+)", - "replace": "$1\"browsePage\"===e.name?\"d8346883162a16a62a5b69e73e70c66a68c27b14265091cd9e1517f48334bbb3\":$2" + "match": "((sha256Hash: *await|return [^,]+,) *)([^ (]+[.]k[.]hash)[(]([^.()]+)[.]body[)]", + "replace": "$1(\"browsePage\"===$4.name?\"d8346883162a16a62a5b69e73e70c66a68c27b14265091cd9e1517f48334bbb3\":$3($4.body))" } } } \ No newline at end of file