Revert "Disable resumable image downloads"

This reverts commit 3d3bd49d1c.
This commit is contained in:
AntsyLich
2026-07-10 00:08:26 +06:00
parent a8d3e39779
commit b2ca6bc5f3
@@ -483,7 +483,7 @@ class Downloader(
?: tmpDir.createFile("$filename.tmp")!! ?: tmpDir.createFile("$filename.tmp")!!
try { try {
source.getImage(page).use { source.getImage(page, file.length()).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.