fix thread sync bug in hls segmenter (#676)

This commit is contained in:
Jason Dove
2022-03-05 11:26:29 -06:00
committed by GitHub
parent 6c06fbe621
commit a2e7e6df1e
5 changed files with 96 additions and 48 deletions
+1
View File
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix adding songs to collections from search results page
- Fix bug scheduling mid-roll filler with content that contains one chapter
- No mid-roll filler will be inserted for content with zero or one chapters
- Fix thread sync bug with `HLS Segmenter` (and `MPEG-TS`) streaming modes
### Added
- Add automated error reporting via Bugsnag