mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 18:19:16 +01:00
style issue
This commit is contained in:
parent
abd3d9c1ea
commit
0b5c87482b
@ -259,7 +259,7 @@ class DownloadManager(
|
|||||||
downloader.removeFromQueue(manga)
|
downloader.removeFromQueue(manga)
|
||||||
}
|
}
|
||||||
val mangaDir = provider.findMangaDir(manga.title, source)
|
val mangaDir = provider.findMangaDir(manga.title, source)
|
||||||
val dirSize = DiskUtil.getDirectorySize(File( mangaDir?.filePath!!))
|
val dirSize = DiskUtil.getDirectorySize(File(mangaDir?.filePath!!))
|
||||||
if (dirSize > 0) {
|
if (dirSize > 0) {
|
||||||
addDownloadStatOperation.await(
|
addDownloadStatOperation.await(
|
||||||
DownloadStatOperation.create().copy(
|
DownloadStatOperation.create().copy(
|
||||||
|
Loading…
Reference in New Issue
Block a user