mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-10 17:55:11 +02:00
notify user of slow compression methods
This commit is contained in:
@ -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()) }
|
||||
}
|
||||
|
Reference in New Issue
Block a user