diff --git a/dart/manga/src/all/mangadex/mangadex.dart b/dart/manga/src/all/mangadex/mangadex.dart index 02be0ce8..7ba8814f 100644 --- a/dart/manga/src/all/mangadex/mangadex.dart +++ b/dart/manga/src/all/mangadex/mangadex.dart @@ -387,8 +387,6 @@ class MangaDex extends MProvider { GroupFilter("ContentRatingList", "Content rating", [ CheckBoxFilter("Safe", "contentRating[]=safe", state: true), CheckBoxFilter("Suggestive", "contentRating[]=suggestive", state: true), - CheckBoxFilter("Erotica", "contentRating[]=erotica"), - CheckBoxFilter("Pornographic", "contentRating[]=pornographic"), ]), GroupFilter("DemographicList", "Publication demographic", [ CheckBoxFilter("None", "publicationDemographic[]=none"), diff --git a/dart/manga/src/all/mangadex/sources.dart b/dart/manga/src/all/mangadex/sources.dart index 586161f6..f7f2089c 100644 --- a/dart/manga/src/all/mangadex/sources.dart +++ b/dart/manga/src/all/mangadex/sources.dart @@ -3,7 +3,7 @@ import '../../../../../model/source.dart'; const _apiUrl = 'https://api.mangadex.org'; const _baseUrl = 'https://mangadex.org'; const _isNsfw = true; -const _mangadexVersion = "0.1.0"; +const _mangadexVersion = "0.1.1"; const _mangadexSourceCodeUrl = "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/src/all/mangadex/mangadex.dart"; String _iconUrl =