@ -52,6 +52,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -52,6 +52,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix UI error editing watermarks and graphics elements on blocks
- Fix showing playout build failure details when resetting a playout
- Fix scheduling auto-generated trakt list playlists that contain shows
- Fix playout builder getting stuck (forever) on block item with an empty collection
- Fix HLS Direct playback when using custom stream selector or preferred audio language/title
- Fix selecting embedded subtitles (text and picture) with HLS Direct
### Changed
- Do not use graphics engine for single, permanent watermark
@ -116,6 +116,14 @@ public class BuildPlayoutHandler : IRequestHandler<BuildPlayout, Either<BaseErro
@@ -116,6 +116,14 @@ public class BuildPlayoutHandler : IRequestHandler<BuildPlayout, Either<BaseErro
@ -205,7 +205,8 @@ public class CustomStreamSelector(ILocalFileSystem localFileSystem, ILogger<Cust
@@ -205,7 +205,8 @@ public class CustomStreamSelector(ILocalFileSystem localFileSystem, ILogger<Cust
@ -183,7 +183,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -183,7 +183,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -269,7 +269,8 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -269,7 +269,8 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -156,25 +156,28 @@ public class FFmpegStreamSelector : IFFmpegStreamSelector
@@ -156,25 +156,28 @@ public class FFmpegStreamSelector : IFFmpegStreamSelector