fix shuffle in order and fill with group mode incompatibility (#2044)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user