feat(392): expose ProgramSchedule.padToNearestMinute on the REST API

This commit is contained in:
2026-07-23 08:03:31 +02:00
parent 75d5c385b2
commit 9ea2750cbf
23 changed files with 129 additions and 34 deletions
@@ -1,4 +1,4 @@
using ErsatzTV.Core.Scheduling;
using ErsatzTV.Core.Scheduling;
namespace ErsatzTV.Application.ProgramSchedules;
@@ -10,4 +10,5 @@ public record ProgramScheduleViewModel(
bool ShuffleScheduleItems,
bool RandomStartPoint,
FixedStartTimeBehavior FixedStartTimeBehavior,
int? PadToNearestMinute,
int Version);