Browse Source

fix adding classic schedule items (#2383)

pull/2384/head
Jason Dove 9 months ago committed by GitHub
parent
commit
63bac272cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      ErsatzTV/Pages/ScheduleItemsEditor.razor

3
ErsatzTV/Pages/ScheduleItemsEditor.razor

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

Loading…
Cancel
Save