diff --git a/patches/patches.json b/patches/patches.json index 1ed54c1..d6802c0 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -122,7 +122,7 @@ "do": "" }, "match": "(\\!Array.isArray\\(.\\)\\|\\|.===..length\\)return null;)", - "replace": "$1 const key = e.children?.[0]?.key || e[0]?.key; if (!key || key.includes('episode') || key.includes('show')) {return null;};" + "replace": "$1 for (let i = 0; i < e.length; i++) { const key = e.children?.[i]?.key || e[i]?.key; if (!key || key.includes('episode') || key.includes('show')) { return null;}};" }, "adsectionsoff": { "version": {