fix shuffle in order and fill with group mode incompatibility (#2044)

This commit is contained in:
Jason Dove
2025-06-19 22:10:30 +00:00
committed by GitHub
parent 2138d6437c
commit 07cbf9936b
5 changed files with 22 additions and 2 deletions
@@ -41,6 +41,7 @@ public class ProgramScheduleItemEditViewModel : INotifyPropertyChanged
public bool CanFillWithGroups =>
PlayoutMode is PlayoutMode.Multiple or PlayoutMode.Duration
&& PlaybackOrder is not PlaybackOrder.ShuffleInOrder
&& CollectionType is ProgramScheduleItemCollectionType.Collection
or ProgramScheduleItemCollectionType.MultiCollection or ProgramScheduleItemCollectionType.SmartCollection;