Browse Source

fix adding new schedule items (#2295)

pull/2296/head
Jason Dove 6 days ago committed by GitHub
parent
commit
6f9952924b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      ErsatzTV/Pages/ScheduleItemsEditor.razor

3
ErsatzTV/Pages/ScheduleItemsEditor.razor

@ -805,7 +805,8 @@ @@ -805,7 +805,8 @@
StartType = StartType.Dynamic,
PlayoutMode = PlayoutMode.One,
PlaybackOrder = PlaybackOrder.Shuffle,
CollectionType = ProgramScheduleItemCollectionType.Collection
CollectionType = ProgramScheduleItemCollectionType.Collection,
Watermarks = []
};
_schedule.Items.Add(item);

Loading…
Cancel
Save