mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17:51 +02:00
fix(local/7z): Fix loading previous pages (#2)
This commit is contained in:
@ -345,7 +345,7 @@ actual class LocalSource(
|
||||
SevenZFile(format.file.toTempFile(context)).use { archive ->
|
||||
val entry = archive.getImages().firstOrNull()
|
||||
|
||||
entry?.let { coverManager.update(manga, it) }
|
||||
entry?.let { coverManager.update(manga, it.inputStream()) }
|
||||
}
|
||||
}
|
||||
is Format.Rar -> {
|
||||
|
Reference in New Issue
Block a user