Update Downloader.kt
This commit is contained in:
parent
28cbbc3f14
commit
7a8f9373ba
1 changed files with 4 additions and 1 deletions
|
@ -464,7 +464,10 @@ class Downloader(
|
|||
* @param dirname the real (non temporary) directory name of the download.
|
||||
*/
|
||||
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.
|
||||
|
|
Reference in a new issue