Fix EH gallery updater crashing
This commit is contained in:
parent
d69dc375a3
commit
a0b490b10f
1 changed files with 3 additions and 1 deletions
|
|
@ -231,7 +231,9 @@ class EHentaiUpdateWorker: JobService(), CoroutineScope {
|
|||
)
|
||||
)
|
||||
|
||||
updateNotifier.showResultNotification(updatedManga)
|
||||
if(updatedManga.isNotEmpty()) {
|
||||
updateNotifier.showResultNotification(updatedManga)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue