Fix partial series completion for watchlist and Jellyfin

This commit is contained in:
Dymas
2026-05-25 23:09:14 +02:00
parent c006fb2d1d
commit 94ded2725e
6 changed files with 123 additions and 20 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.45.2 - 2026-05-25
- Fixed watchlist completion so a successful partial dub or sub download no longer moves a TV series to `Finished`; the category now changes only when the downloaded mode has every expected episode both available and downloaded.
- Fixed Jellyfin TV handoff to use that same mode-aware completion rule, preventing partial dub libraries such as `8/12` from being moved early.
## 0.45.1 - 2026-05-25
- Expanded the `download_completed` Discord webhook so it includes the full saved file list instead of only the first few paths, splitting the list across extra embeds when needed.