Update Downloader.kt

This commit is contained in:
Jay 2020-05-09 00:08:47 -04:00
parent 28cbbc3f14
commit 7a8f9373ba

View File

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