mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Fix background updater not updating all galleries
This commit is contained in:
		@@ -148,7 +148,7 @@ class EHentaiUpdateWorker: JobService(), CoroutineScope {
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            UpdateEntry(manga, raisedMeta, chapter)
 | 
			
		||||
        }.toList()
 | 
			
		||||
        }.toList().sortedBy { it.meta.lastUpdateCheck }
 | 
			
		||||
 | 
			
		||||
        logger.d("Found %s manga to update, starting updates!", allMeta.size)
 | 
			
		||||
        val mangaMetaToUpdateThisIter = allMeta.take(UPDATES_PER_ITERATION)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user