mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47:51 +02:00
Fix EH gallery updater crashing
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user