mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 06:55:06 +01:00
a little reminder
This commit is contained in:
parent
e3b154cf9e
commit
224c24ee9f
@ -49,6 +49,7 @@ class Downloader(private val downloadQueue: CopyOnWriteArrayList<DownloadChapter
|
||||
runBlocking { getPageImage(download.mangaId, download.chapterIndex, pageNum) }
|
||||
// TODO: retry on error with 2,4,8 seconds of wait
|
||||
// TODO: download multiple pages at once, possible solution: rx observer's strategy is used in Tachiyomi
|
||||
// TODO: fine grained download percentage
|
||||
download.progress = (pageNum + 1).toFloat() / pageCount
|
||||
step()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user