From 6f9952924b353329ad54fc01d7d4329a949418ac Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:56:24 +0000 Subject: [PATCH] fix adding new schedule items (#2295) --- ErsatzTV/Pages/ScheduleItemsEditor.razor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);