Dont download new chapters after refreshing a manga if its from E/ExHentai

This commit is contained in:
Jobobby04 2020-08-05 20:46:14 -04:00
parent c552934acc
commit fbe4f6ad62

View File

@ -716,7 +716,7 @@ class MangaPresenter(
}
private fun downloadNewChapters(chapters: List<Chapter>) {
if (chapters.isEmpty() || !manga.shouldDownloadNewChapters(db, preferences)) return
if (chapters.isEmpty() || !manga.shouldDownloadNewChapters(db, preferences) || source.isEhBasedSource()) return
downloadChapters(chapters)
}