diff options
| author | cocool97 <34218602+cocool97@users.noreply.github.com> | 2021-03-24 21:23:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-24 21:23:59 +0100 |
| commit | 86852178c21f19944360ab0728042faa127d0128 (patch) | |
| tree | 00bdf1a91e6d9cb63126b748842120e0aadf4491 | |
| parent | 72db3df605b7061fef28c99e42b7c11a06e8d995 (diff) | |
Update MediaBrowser.Controller/LiveTv/ChannelInfo.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ChannelInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ChannelInfo.cs b/MediaBrowser.Controller/LiveTv/ChannelInfo.cs index 0f3f87847..166c4d77c 100644 --- a/MediaBrowser.Controller/LiveTv/ChannelInfo.cs +++ b/MediaBrowser.Controller/LiveTv/ChannelInfo.cs @@ -46,9 +46,9 @@ namespace MediaBrowser.Controller.LiveTv public ChannelType ChannelType { get; set; } /// <summary> - /// Gets or sets the group of the channel + /// Gets or sets the group of the channel. /// </summary> - /// <value>The group of the channel</value> + /// <value>The group of the channel.</value> public string ChannelGroup { get; set; } /// <summary> |
