fix stream seek value in graphics engine (#2838)

This commit is contained in:
Jason Dove
2026-02-23 14:54:28 -06:00
committed by GitHub
parent fd86cb55f9
commit 875069b927
2 changed files with 6 additions and 1 deletions
@@ -549,7 +549,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
frameRate,
channelStartTime,
start,
await playbackSettings.StreamSeek.IfNoneAsync(TimeSpan.Zero),
now > start ? now - start : TimeSpan.Zero,
finish - now,
originalContentDuration);