This commit is contained in:
AbdallahMehiz
2024-01-28 11:34:29 +01:00
parent b1da3f3421
commit 399e689969
3 changed files with 4 additions and 5 deletions

View File

@ -344,7 +344,7 @@ actual class LocalSource(
}
is Format.SevenZip -> {
SevenZFile(tempFileManager.createTempFile(format.file)).use { archive ->
val entry = archive.getImages {} .firstOrNull()
val entry = archive.getImages {}.firstOrNull()
entry?.let { coverManager.update(manga, it.inputStream()) }
}