Auto-update galleries in old format

This commit is contained in:
NerdNumber9 2019-04-18 17:59:39 -04:00
parent 1904be277d
commit 852c1a423d

View File

@ -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