mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01: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:
		@@ -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
 | 
			
		||||
            }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user