• v1.7.37 fd3b5033a4

    v1.7.37 Stable

    Administrator released this 2026-03-07 23:46:53 +01:00 | 321 commits to main since this release

    Fix stall-timeout re-download loop for providers that don't report fileSize (e.g. Mega-Debrid Web): (1) Early-exit from download read loop now also uses the raw HTTP Content-Length header as fallback when totalBytes is unknown, preventing the stall timer from firing on the final server-close wait. (2) Stall handler now checks if the file is already complete on disk before deleting and retrying — if the file size matches expectations, the download is treated as successful instead of being discarded and re-queued. This is a belt-and-suspenders fix on top of v1.7.36.

    Downloads