From f197a5332f02155d00e566f09ec425ac22e2b1eb Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:37:41 +0300 Subject: [PATCH] fixing the podcast blocking patch --- patches/patches.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patches.json b/patches/patches.json index b3d1266..d904935 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -889,7 +889,7 @@ "to": "" }, "match": "(\\!?Array.isArray\\(.\\)[\\|&]{2}.===(.).length\\)return null;)", - "replace": "$1 if (!Array.isArray($2)) { $2 = e; } for (let q=0; q<($2.children?$2.children.length:$2.length); q++) {const key=($2.children?.[q]||$2[q])?.key; if(!key||key.match(/(episode|show)/)||($2.title)?.match(/podcasts/i)) return null;};" + "replace": "$1 if (!Array.isArray($2)) { $2 = e; } for (let q=0; q<($2.children?$2.children.length:$2.length); q++) {const key=($2.children?.[q]||$2[q])?.key; if (!key) {continue;} if(!key||key.match(/(episode|show)/)||($2.title)?.match(/podcasts/i)) return null;};" }, "adsectionsoff": { "version": {