Pass selected ani-cli result to queue jobs

This commit is contained in:
Codex
2026-08-01 17:39:36 +02:00
parent 141dcd9c70
commit 32fc0f2829
6 changed files with 43 additions and 7 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 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.
- Preserved the selected result index in queued jobs for more reliable watchlist identity sync after ambiguous downloads.
## 0.50.0 - 2026-08-01
- Added `curl-impersonate` to Docker images using the maintained `lexiforest/curl-impersonate` image so `ani-cli` v5 can use browser-like curl wrappers before falling back to plain `curl`.