* wip * load a configurable number of epg entries for text graphics * cleanup
7 lines
125 B
C#
7 lines
125 B
C#
namespace ErsatzTV.Core.Metadata;
|
|
|
|
public static class EpgTemplateDataKey
|
|
{
|
|
public static readonly string Epg = "Epg";
|
|
}
|