diff options
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/ChannelInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ChannelInfo.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ChannelInfo.cs b/MediaBrowser.Controller/LiveTv/ChannelInfo.cs index 547fc6287..8d8b63847 100644 --- a/MediaBrowser.Controller/LiveTv/ChannelInfo.cs +++ b/MediaBrowser.Controller/LiveTv/ChannelInfo.cs @@ -13,6 +13,10 @@ namespace MediaBrowser.Controller.LiveTv /// <value>The name.</value> public string Name { get; set; } + /// <summary> + /// Get or sets the Id. + /// </summary> + /// <value>The id of the channel.</value> public string Id { get; set; } /// <summary> |
