Notify user of error during a page download failure (#7047)
* Notify user of error during a page download failure
* Included the manga title in the error notification
(cherry picked from commit 5763201307)
This commit is contained in:
@@ -407,6 +407,7 @@ class Downloader(
|
||||
.onErrorReturn {
|
||||
page.progress = 0
|
||||
page.status = Page.ERROR
|
||||
notifier.onError(it.message, download.chapter.name, download.manga.title)
|
||||
page
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user