# | Line 19 | Line 19 | namespace libxmltv.Core | |
---|---|---|
19 | public const string GeneratorUrl = "generator-info-url"; | |
20 | } | |
21 | #endregion | |
22 | + | #region Channel Constants |
23 | + | public static class Channels |
24 | + | { |
25 | + | public const string ChannelId = "id"; |
26 | + | public const string ChannelDisplayName = "display-name"; |
27 | + | } |
28 | + | #endregion |
29 | } | |
30 | < | } |
24 | < | |
25 | < | |
30 | > | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |