From 5a4c44130fd95477a30a063bd4bd8e2f1f59310b Mon Sep 17 00:00:00 2001 From: Rushil Perera Date: Sun, 27 Oct 2024 08:40:24 -0400 Subject: [PATCH] fix: exclude "blue lock s2" from anify --- 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 9c4c2d3..349824a 100644 --- a/src/controllers/episodes/getByAniListId/anify.ts +++ b/src/controllers/episodes/getByAniListId/anify.ts @@ -107,6 +107,7 @@ export async function shouldSkipAnify( 158927, // Spy x Family S2 166873, // Mushoku Tensei: Jobless Reincarnation S2 part 2 163134, // Re:ZERO -Starting Life in Another World- Season 3 + 163146, // Blue Lock S2 ].includes(aniListId) ) { return true;