From 30abd1eba852c50e5b6bbe073241ebda3fd521c7 Mon Sep 17 00:00:00 2001 From: Rushil Perera Date: Sun, 18 Aug 2024 16:08:55 -0400 Subject: [PATCH] chore: add "tower of god s2" 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 3d25885..58a86a7 100644 --- a/src/controllers/episodes/getByAniListId/anify.ts +++ b/src/controllers/episodes/getByAniListId/anify.ts @@ -81,6 +81,7 @@ export function shouldSkipAnify( // Some mappings on Anify are incorrect so they return episodes from a similar title if ( [ + 153406, // Tower of God S2 158927, // Spy x Family S2 166873, // Mushoku Tensei: Jobless Reincarnation S2 part 2 ].includes(aniListId)