* Notify user of error during a page download failure * Included the manga title in the error notification
@@ -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
}