mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 11:37: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)
|
UpdateEntry(manga, raisedMeta, chapter)
|
||||||
}.toList()
|
}.toList().sortedBy { it.meta.lastUpdateCheck }
|
||||||
|
|
||||||
logger.d("Found %s manga to update, starting updates!", allMeta.size)
|
logger.d("Found %s manga to update, starting updates!", allMeta.size)
|
||||||
val mangaMetaToUpdateThisIter = allMeta.take(UPDATES_PER_ITERATION)
|
val mangaMetaToUpdateThisIter = allMeta.take(UPDATES_PER_ITERATION)
|
||||||
|
Reference in New Issue
Block a user