add multiple mode to schedule items (#2163)

This commit is contained in:
Jason Dove
2025-07-18 14:03:56 +00:00
committed by GitHub
parent cf6b9cf29a
commit 54be3761dd
24 changed files with 11875 additions and 33 deletions
@@ -104,6 +104,8 @@ public class ProgramScheduleItemEditViewModel : INotifyPropertyChanged
public PlaybackOrder PlaybackOrder { get; set; }
public MultipleMode MultipleMode { get; set; }
public int? MultipleCount
{
get => PlayoutMode == PlayoutMode.Multiple ? _multipleCount : null;