mirror of https://github.com/ErsatzTV/ErsatzTV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
436 B
11 lines
436 B
namespace ErsatzTV.Core.Metadata; |
|
|
|
public static class EpgTemplateDataKey |
|
{ |
|
public static readonly string Title = "Epg_Title"; |
|
public static readonly string SubTitle = "Epg_SubTitle"; |
|
public static readonly string Description = "Epg_Description"; |
|
public static readonly string Rating = "Epg_Rating"; |
|
public static readonly string Categories = "Epg_Categories"; |
|
public static readonly string Date = "Epg_Date"; |
|
}
|
|
|