fix delete old segments (#1536)

* code cleanup

* ignore errors deleting old hls segments
This commit is contained in:
Jason Dove
2024-01-04 10:42:04 -06:00
committed by GitHub
parent 18ed20e203
commit c18be5559b
71 changed files with 207 additions and 187 deletions
+1
View File
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix error loading path replacements when using MySql
- Fix tray icon shortcut to open logs folder on Windows
- Unlock playout when playout build fails
- Ignore errors deleting old HLS segments; this should improve stream reliability
### Changed
- Upgrade from .NET 7 to .NET 8