Files
decypharr/pkg/wire/torrent.go
susan b306248db6
All checks were successful
CI/CD / Build & Push Docker Image (push) Successful in 1m27s
fix: directly set pausedUP state when debrid reports downloaded
Previous fix relied on IsReady() calculation which might still fail
due to edge cases with progress/AmountLeft values. This fix directly
sets state to pausedUP when debridTorrent.Status == "downloaded" and
TorrentPath is set, bypassing the IsReady() check entirely.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 11:16:41 -08:00

11 KiB