mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17: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())
|
||||
initialFetchChapters()
|
||||
|
||||
if ((parentController as MangaController).update)
|
||||
if ((parentController as MangaController).update || (chapters.size == 1 && chapters.first().date_upload == 0L))
|
||||
fetchChaptersFromSource()
|
||||
|
||||
val adapter = adapter ?: return
|
||||
|
Reference in New Issue
Block a user