add duration discard to fill attempts (#1301)

This commit is contained in:
Jason Dove
2023-06-13 17:02:31 -05:00
committed by GitHub
parent 66607b95bb
commit 5da2bdbab4
28 changed files with 4631 additions and 67 deletions
@@ -15,6 +15,7 @@ public interface IProgramScheduleItemRequest
int? MultipleCount { get; }
TimeSpan? PlayoutDuration { get; }
TailMode TailMode { get; }
int? DiscardToFillAttempts { get; }
string CustomTitle { get; }
GuideMode GuideMode { get; }
int? PreRollFillerId { get; }