mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 16:09:17 +01:00
style issue
This commit is contained in:
parent
0b5c87482b
commit
46d2e025b7
@ -231,7 +231,7 @@ class DownloadManager(
|
|||||||
addDownloadStatOperation.await(
|
addDownloadStatOperation.await(
|
||||||
DownloadStatOperation.create().copy(
|
DownloadStatOperation.create().copy(
|
||||||
mangaId = manga.id,
|
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(),
|
units = filteredChapters.size.toLong(),
|
||||||
|
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user