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 5763201307551bcd6a1f25ca81c8125f6f434c0a)
This commit is contained in:
parent
03b03ba342
commit
28e0a00ece
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue