Fix provider HLS downloads

This commit is contained in:
Codex
2026-08-09 12:32:41 +02:00
parent cb86f79da1
commit 54d559d73c
5 changed files with 175 additions and 17 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.51.5 - 2026-08-09
- Fixed provider downloader episode matching so episode `10` no longer collides with episode `1` when resolving requested ranges.
- Made HLS downloads pick the highest-bandwidth variant from master playlists before invoking `ffmpeg`, avoiding empty MP4 outputs from master-only streams.
- Changed episode downloads to write through `.mp4.part` files and replace the final file only after a successful `ffmpeg` run, keeping fallback attempts clean.
## 0.51.4 - 2026-08-09
- Moved Search controls from the sidebar to a top-of-page search panel.