Files
ersatztv/ErsatzTV.Core/Metadata/ChannelTemplateDataKey.cs
T
Jason DoveandGitHub 85e25ca6ea add channel start time template data (#2698)
* add channel start time template data

* rename
2025-12-03 10:16:09 -06:00

7 lines
156 B
C#

namespace ErsatzTV.Core.Metadata;
public static class ChannelTemplateDataKey
{
public static readonly string ChannelStartTime = "Channel_StartTime";
}