style issue

This commit is contained in:
semenvav 2023-11-01 18:18:55 +02:00
parent abd3d9c1ea
commit 0b5c87482b

View File

@ -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(