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
0b5c87482b
commit
46d2e025b7
@ -231,7 +231,7 @@ class DownloadManager(
|
||||
addDownloadStatOperation.await(
|
||||
DownloadStatOperation.create().copy(
|
||||
mangaId = manga.id,
|
||||
size = chapterDirs.sumOf { DiskUtil.getDirectorySize(File( it.filePath!!)) } * -1,
|
||||
size = chapterDirs.sumOf { DiskUtil.getDirectorySize(File(it.filePath!!)) } * -1,
|
||||
units = filteredChapters.size.toLong(),
|
||||
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user