Disable resumable image downloads

This commit is contained in:
AntsyLich
2026-07-10 00:06:55 +06:00
parent 4a66b8b5df
commit 3d3bd49d1c
@@ -483,7 +483,7 @@ class Downloader(
?: tmpDir.createFile("$filename.tmp")!! ?: tmpDir.createFile("$filename.tmp")!!
try { try {
source.getImage(page, file.length()).use { source.getImage(page).use {
it.body.source().saveTo( it.body.source().saveTo(
// If the server supports partial downloads (HTTP 206), // If the server supports partial downloads (HTTP 206),
// append to the existing file. // append to the existing file.