From 876f3a3d3ac109c4be0af33849b73d16439202bc Mon Sep 17 00:00:00 2001 From: Draken <131387159+dragonx943@users.noreply.github.com> Date: Tue, 15 Apr 2025 23:40:20 +0700 Subject: [PATCH] [BatCave] Move to Comic sources --- src/main/kotlin/org/koitharu/kotatsu/parsers/site/en/BatCave.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/en/BatCave.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/en/BatCave.kt index 73135ec2..e3c2c3a2 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/en/BatCave.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/en/BatCave.kt @@ -16,7 +16,7 @@ import org.koitharu.kotatsu.parsers.util.suspendlazy.suspendLazy import java.text.SimpleDateFormat import java.util.* -@MangaSourceParser("BATCAVE", "BatCave", "en") +@MangaSourceParser("BATCAVE", "BatCave", "en", ContentType.COMICS) internal class BatCave(context: MangaLoaderContext) : LegacyPagedMangaParser(context, MangaParserSource.BATCAVE, 20) {