mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-13 17:29:07 +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) }
|
runBlocking { getPageImage(download.mangaId, download.chapterIndex, pageNum) }
|
||||||
// TODO: retry on error with 2,4,8 seconds of wait
|
// 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: 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
|
download.progress = (pageNum + 1).toFloat() / pageCount
|
||||||
step()
|
step()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user