Prepare retried jobs before requeue

This commit is contained in:
Codex
2026-08-01 17:51:59 +02:00
parent edb565d855
commit f417a96811
6 changed files with 153 additions and 19 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.50.2 - 2026-08-01
- Re-ran queue job preparation when retrying failed or canceled downloads, letting retries repair missing `ani-cli` result selections before launching.
- Added result-index inference for older or watchlist-created jobs by matching the stored show ID, or a single confident title match, against current provider search results.
## 0.50.1 - 2026-08-01
- Passed the selected Search result number through queued `ani-cli` jobs as `-S`, so downloads avoid the interactive series picker when multiple similar titles are returned.