Fix movie watchlist completion sync

This commit is contained in:
Dymas
2026-05-26 07:26:54 +02:00
parent 28410b2946
commit ff605aca03
6 changed files with 56 additions and 9 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 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`.
- Preserved queued job media type when creating missing watchlist entries from completed downloads, which prevents synced movies from being recreated as TV entries and keeps Jellyfin routing correct.
## 0.45.9 - 2026-05-26
- Clarified queue cleanup wording so the UI and README now match the real `Clear finished` behavior, which removes both finished and canceled jobs.