diff options
| author | LIAUD <corentin.liaud@orange.fr> | 2021-03-20 20:15:19 +0100 |
|---|---|---|
| committer | LIAUD <corentin.liaud@orange.fr> | 2021-03-20 20:15:19 +0100 |
| commit | 32853ca2441d4b730258e6911faa56eba608dc1d (patch) | |
| tree | bcbd28885031b04f95d014bb003c0d1311c294db /MediaBrowser.Controller/LiveTv | |
| parent | 9fe3ca7a92ac12ebb0fc88c5458bc8568458a478 (diff) | |
Add 'group-title' channel parsing
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ChannelInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ChannelInfo.cs b/MediaBrowser.Controller/LiveTv/ChannelInfo.cs index 44bd38b54..0f3f87847 100644 --- a/MediaBrowser.Controller/LiveTv/ChannelInfo.cs +++ b/MediaBrowser.Controller/LiveTv/ChannelInfo.cs @@ -46,6 +46,12 @@ namespace MediaBrowser.Controller.LiveTv public ChannelType ChannelType { get; set; } /// <summary> + /// Gets or sets the group of the channel + /// </summary> + /// <value>The group of the channel</value> + public string ChannelGroup { get; set; } + + /// <summary> /// Supply the image path if it can be accessed directly from the file system. /// </summary> /// <value>The image path.</value> |
