mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Fix double increment when updating covers (#6138)
* Fix double increment when updating covers * Remove redundant block
This commit is contained in:
		| @@ -445,14 +445,6 @@ class LibraryUpdateService( | ||||
|                                             logcat(LogPriority.ERROR, e) | ||||
|                                         } | ||||
|                                     } | ||||
|  | ||||
|                                     currentlyUpdatingManga.remove(manga) | ||||
|                                     progressCount.andIncrement | ||||
|                                     notifier.showProgressNotification( | ||||
|                                         currentlyUpdatingManga, | ||||
|                                         progressCount.get(), | ||||
|                                         mangaToUpdate.size | ||||
|                                     ) | ||||
|                                 } | ||||
|                             } | ||||
|                         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user