Fix first refresh watchlist auto-download backlog

This commit is contained in:
Dymas
2026-05-26 19:37:20 +02:00
parent bf4fdc79f5
commit 7a0fa024ed
5 changed files with 63 additions and 5 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.45.11 - 2026-05-26
- Fixed watchlist auto-download queueing so the first manual or scheduled refresh after adding a `Watching` series can pick up already-available missing episodes instead of waiting for a later refresh cycle.
- Kept add-time `initial` watchlist refreshes non-downloading, so tracking a show still seeds metadata first and only later refreshes are allowed to enqueue backlog or newly released episodes.
## 0.45.10 - 2026-05-26
- Fixed watchlist-synced movie downloads so successful movie jobs move existing watchlist entries into `Finished` instead of leaving them stuck in `Watching` or `Planned`.