Files
ersatztv/ErsatzTV.Core/Domain/ChannelIdleBehavior.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

8 lines
115 B
C#

namespace ErsatzTV.Core.Domain;
public enum ChannelIdleBehavior
{
StopOnDisconnect = 0,
KeepRunning = 1
}