Files
crocodilestick 8c059e4fc6 Fix: honor cancel for Hardcover auto-fetch
The task only checked STAT_CANCELLED, but the UI sets running tasks to STAT_ENDED, so the loop kept running and blocking other tasks. Now it treats STAT_ENDED as cancel and checks during sleep/backoff to exit promptly.

[bug] Auto-fetch Hardcover IDs: Auto-fetching Hardcover IDs does not stop
Fixes #959
2026-01-30 20:01:44 +01:00
..