From 2bbe38e20bfc67b4f5c3eb696b129791aa524d66 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 14 Feb 2026 21:03:33 +0300 Subject: [PATCH] fix: replace broken browsePage hash to restore Genre Hub #824 --- patches/patches.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/patches/patches.json b/patches/patches.json index d6c8103..47a4e99 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -2621,6 +2621,14 @@ }, "match": "(includeYourEpisodes\\?\\{inclusionMode:[^,}]+\\.)INCLUDE_ALWAYS", "replace": "$1INCLUDE_IF_NOT_EMPTY" + }, + "GenreHubHashFix": { + "version": { + "fr": "1.1.85", + "to": "1.1.99" + }, + "match": "(sha256Hash:)([^}]+)", + "replace": "$1\"browsePage\"===e.name?\"4078a5c7df7638dfff465e5d4e03713fdbcab8b351b9db7cd2214f20b7b76a7a\":$2" } } } \ No newline at end of file