Files
ersatztv/ErsatzTV.Core/Domain/ChannelTranscodeMode.cs
T
Jason DoveandGitHub c055e59723 add channel transcode mode and idle behavior (#2255)
* add channel transcode mode and idle behavior

* allow custom_title on all yaml content instructions
2025-08-04 20:25:31 +00:00

7 lines
87 B
C#

namespace ErsatzTV.Core.Domain;
public enum ChannelTranscodeMode
{
OnDemand = 0
}