From e167c9318c272267aa0266d70b7cc459255b0da9 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Wed, 14 Jan 2026 06:47:34 -0600 Subject: [PATCH] fix failing unit tests (#2772) --- ErsatzTV.Core/FFmpeg/CustomStreamSelector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ErsatzTV.Core/FFmpeg/CustomStreamSelector.cs b/ErsatzTV.Core/FFmpeg/CustomStreamSelector.cs index 276ed4956..41201bbda 100644 --- a/ErsatzTV.Core/FFmpeg/CustomStreamSelector.cs +++ b/ErsatzTV.Core/FFmpeg/CustomStreamSelector.cs @@ -316,7 +316,7 @@ public class CustomStreamSelector(IFileSystem fileSystem, ILogger channel.Number, "channel_name" => channel.Name, - "time_of_day_seconds" => contentStartTime.LocalDateTime.TimeOfDay.TotalSeconds, + "time_of_day_seconds" => contentStartTime.TimeOfDay.TotalSeconds, "day_of_week" => GetLocalizedDayOfWeekIndex(contentStartTime), _ => e.Result };