|
@@ -189,6 +189,8 @@ class MangaPresenter(
|
|
|
|
|
|
if (!manga.initialized) {
|
|
if (!manga.initialized) {
|
|
fetchAllFromSource(manualFetch = false)
|
|
fetchAllFromSource(manualFetch = false)
|
|
|
|
+ } else if (chapterItems.isEmpty()) {
|
|
|
|
+ fetchChaptersFromSource()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|