* add channel transcode mode and idle behavior * allow custom_title on all yaml content instructions
7 lines
87 B
C#
7 lines
87 B
C#
namespace ErsatzTV.Core.Domain;
|
|
|
|
public enum ChannelTranscodeMode
|
|
{
|
|
OnDemand = 0
|
|
}
|