mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 01:35:09 +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.
|
||||
*/
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user