add option to shuffle schedule items (#652)
* add schedule setting * it works * fix tests * update readme * rebuild all playouts
This commit is contained in:
@@ -67,10 +67,10 @@ namespace ErsatzTV.Core.Scheduling
|
||||
|
||||
PlayoutBuilderState nextState = playoutBuilderState with
|
||||
{
|
||||
CurrentTime = itemEndTimeWithFiller,
|
||||
ScheduleItemIndex = playoutBuilderState.ScheduleItemIndex + 1
|
||||
CurrentTime = itemEndTimeWithFiller
|
||||
};
|
||||
|
||||
nextState.ScheduleItemsEnumerator.MoveNext();
|
||||
contentEnumerator.MoveNext();
|
||||
|
||||
// LogScheduledItem(scheduleItem, mediaItem, itemStartTime);
|
||||
|
||||
Reference in New Issue
Block a user