Dont download new chapters after refreshing a manga if its from E/ExHentai
This commit is contained in:
parent
c552934acc
commit
fbe4f6ad62
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue