From 223c2f1e4cbcf6098f502961417c4e2ad161c9e4 Mon Sep 17 00:00:00 2001 From: Rushil Perera Date: Sun, 6 Oct 2024 18:41:27 -0400 Subject: [PATCH] add re-zero s3 to anify denylist --- src/controllers/episodes/getByAniListId/anify.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/episodes/getByAniListId/anify.ts b/src/controllers/episodes/getByAniListId/anify.ts index ffe3e24..9c4c2d3 100644 --- a/src/controllers/episodes/getByAniListId/anify.ts +++ b/src/controllers/episodes/getByAniListId/anify.ts @@ -106,6 +106,7 @@ export async function shouldSkipAnify( 153406, // Tower of God S2 158927, // Spy x Family S2 166873, // Mushoku Tensei: Jobless Reincarnation S2 part 2 + 163134, // Re:ZERO -Starting Life in Another World- Season 3 ].includes(aniListId) ) { return true;