Fix EH gallery updater crashing
This commit is contained in:
parent
d69dc375a3
commit
a0b490b10f
@ -231,9 +231,11 @@ class EHentaiUpdateWorker: JobService(), CoroutineScope {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(updatedManga.isNotEmpty()) {
|
||||||
updateNotifier.showResultNotification(updatedManga)
|
updateNotifier.showResultNotification(updatedManga)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
suspend fun updateEntryAndGetChapters(manga: Manga): List<Chapter> {
|
suspend fun updateEntryAndGetChapters(manga: Manga): List<Chapter> {
|
||||||
val source = sourceManager.get(manga.source) as? EHentai
|
val source = sourceManager.get(manga.source) as? EHentai
|
||||||
|
Loading…
x
Reference in New Issue
Block a user