diff --git a/CHANGELOG.md b/CHANGELOG.md index 0449fda14..3caa2b92f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Fixed - Fix `HLS Direct` streaming mode +- Fix bug with `HLS Segmenter` (and `MPEG-TS`) on Windows that caused errors at program boundaries ### Added - Perform additional duration analysis on files with missing duration metadata diff --git a/ErsatzTV.Application/Streaming/Queries/GetLastPtsDurationHandler.cs b/ErsatzTV.Application/Streaming/Queries/GetLastPtsDurationHandler.cs index c51bf9b78..a80fc8060 100644 --- a/ErsatzTV.Application/Streaming/Queries/GetLastPtsDurationHandler.cs +++ b/ErsatzTV.Application/Streaming/Queries/GetLastPtsDurationHandler.cs @@ -64,8 +64,7 @@ public class GetLastPtsDurationHandler : IRequestHandler