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, )