namespace ErsatzTV.Core.Domain; public enum ChannelPlayoutMode { Continuous = 0, OnDemand = 1 }