mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 01:25:07 +01:00
Update Downloader.kt
This commit is contained in:
parent
28cbbc3f14
commit
7a8f9373ba
@ -464,7 +464,10 @@ class Downloader(
|
|||||||
* @param dirname the real (non temporary) directory name of the download.
|
* @param dirname the real (non temporary) directory name of the download.
|
||||||
*/
|
*/
|
||||||
private fun ensureSuccessfulDownload(
|
private fun ensureSuccessfulDownload(
|
||||||
download: Download, mangaDir: UniFile, tmpDir: UniFile, dirname: String
|
download: Download,
|
||||||
|
mangaDir: UniFile,
|
||||||
|
tmpDir: UniFile,
|
||||||
|
dirname: String
|
||||||
) {
|
) {
|
||||||
|
|
||||||
// Ensure that the chapter folder has all the images.
|
// Ensure that the chapter folder has all the images.
|
||||||
|
Loading…
Reference in New Issue
Block a user