diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-03-25 01:45:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 01:45:43 +0100 |
| commit | 6d0b2ed0800dbaabfd7cf79b47e9a37cd7d6eb00 (patch) | |
| tree | ddf0ac8bb316a486e80156fd9e12959b1566d73e /MediaBrowser.Controller/LiveTv/ChannelInfo.cs | |
| parent | 55102973d6ab8d527a08cbfd110356f1541ed2a6 (diff) | |
| parent | 86852178c21f19944360ab0728042faa127d0128 (diff) | |
Merge pull request #5579 from cocool97/master
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/ChannelInfo.cs')
| -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..166c4d77c 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> |
