MangaPresenter: Always fetch chapter from source if current chapter is empty (#7507)
(cherry picked from commit 634ee86bbd022612d6fe69baf522b4a2223b506f)
This commit is contained in:
parent
26632905b5
commit
e63c982fe3
@ -338,6 +338,8 @@ class MangaPresenter(
|
|||||||
|
|
||||||
if (!manga.initialized) {
|
if (!manga.initialized) {
|
||||||
fetchAllFromSource(manualFetch = false)
|
fetchAllFromSource(manualFetch = false)
|
||||||
|
} else if (chapterItems.isEmpty()) {
|
||||||
|
fetchChaptersFromSource()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user