MangaPresenter: Always fetch chapter from source if current chapter is empty (#7507)

pull/7509/head
Ivan Iskandar 2 years ago committed by GitHub
parent 64f60c36e6
commit 634ee86bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save