Fix background updater not updating all galleries
This commit is contained in:
parent
8f36d698cf
commit
16f1dcd922
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user