From f2354957e61707426ad941aa105df9da5eed4746 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 21 Sep 2024 11:29:10 +0300 Subject: [PATCH] [MangaDex] Fix filter capabilities --- .../org/koitharu/kotatsu/parsers/site/all/MangaDexParser.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/MangaDexParser.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/MangaDexParser.kt index f3e658e5..de3bffed 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/MangaDexParser.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/MangaDexParser.kt @@ -51,7 +51,6 @@ internal class MangaDexParser(context: MangaLoaderContext) : MangaParser(context isSearchSupported = true, isSearchWithFiltersSupported = true, isYearSupported = true, - isYearRangeSupported = true, isOriginalLocaleSupported = true, )