Files
ersatztv/ErsatzTV.Core/Metadata/EpgTemplateDataKey.cs
T
Jason DoveandGitHub 2cb0d12701 load a configurable number of epg entries for text graphics (#2305)
* wip

* load a configurable number of epg entries for text graphics

* cleanup
2025-08-12 21:00:55 +00:00

7 lines
125 B
C#

namespace ErsatzTV.Core.Metadata;
public static class EpgTemplateDataKey
{
public static readonly string Epg = "Epg";
}