diff --git a/ErsatzTV/Pages/ScheduleItemsEditor.razor b/ErsatzTV/Pages/ScheduleItemsEditor.razor index 93a624b9..d0d93aff 100644 --- a/ErsatzTV/Pages/ScheduleItemsEditor.razor +++ b/ErsatzTV/Pages/ScheduleItemsEditor.razor @@ -805,7 +805,8 @@ StartType = StartType.Dynamic, PlayoutMode = PlayoutMode.One, PlaybackOrder = PlaybackOrder.Shuffle, - CollectionType = ProgramScheduleItemCollectionType.Collection + CollectionType = ProgramScheduleItemCollectionType.Collection, + Watermarks = [] }; _schedule.Items.Add(item);