mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47:51 +02:00
Auto-update galleries in old format
This commit is contained in:
@ -198,7 +198,7 @@ class ChaptersController : NucleusController<ChaptersPresenter>(),
|
|||||||
if (presenter.chapters.isEmpty())
|
if (presenter.chapters.isEmpty())
|
||||||
initialFetchChapters()
|
initialFetchChapters()
|
||||||
|
|
||||||
if ((parentController as MangaController).update)
|
if ((parentController as MangaController).update || (chapters.size == 1 && chapters.first().date_upload == 0L))
|
||||||
fetchChaptersFromSource()
|
fetchChaptersFromSource()
|
||||||
|
|
||||||
val adapter = adapter ?: return
|
val adapter = adapter ?: return
|
||||||
|
Reference in New Issue
Block a user