diff --git a/proxy/sources/mangadex.py b/proxy/sources/mangadex.py index a855e2b0..4e083278 100644 --- a/proxy/sources/mangadex.py +++ b/proxy/sources/mangadex.py @@ -247,6 +247,10 @@ def md_api_common(self, meta_id): chapter_group = relationship["id"] break + # Bandaid fix but it should resolve most resolution issues + if chapter_group is None: + continue + if chapter_number in chapter_dict: chapter_obj = chapter_dict[chapter_number] if not chapter_obj["title"]: