mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17:51 +02: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