fix: replace broken browsePage hash to restore Genre Hub

#824
This commit is contained in:
amd64fox
2026-02-14 21:03:33 +03:00
parent a784576544
commit 2bbe38e20b

View File

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