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