MangaPresenter: Always fetch chapter from source if current chapter is empty (#7507)
This commit is contained in:
parent
64f60c36e6
commit
634ee86bbd
1 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,8 @@ class MangaPresenter(
|
||||||
|
|
||||||
if (!manga.initialized) {
|
if (!manga.initialized) {
|
||||||
fetchAllFromSource(manualFetch = false)
|
fetchAllFromSource(manualFetch = false)
|
||||||
|
} else if (chapterItems.isEmpty()) {
|
||||||
|
fetchChaptersFromSource()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue