mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
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
This commit is contained in:
parent
dee7830793
commit
5763201307
1 changed files with 1 additions and 0 deletions
|
@ -401,6 +401,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