aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/LiveTv/ChannelType.cs
diff options
context:
space:
mode:
authorBond_009 <Bond.009@outlook.com>2020-02-04 01:49:27 +0100
committerBond_009 <Bond.009@outlook.com>2020-02-04 01:49:27 +0100
commitf47ad85011a1251c3fda8a213c0b96dcf46d5e05 (patch)
tree0cca4951e5b4778e00e84b377b09d648c8ba9d0b /MediaBrowser.Model/LiveTv/ChannelType.cs
parent176e8509739ffd3d7002c94adbd814c33b5172e2 (diff)
Fix warnings MediaBrowser.Model
Diffstat (limited to 'MediaBrowser.Model/LiveTv/ChannelType.cs')
-rw-r--r--MediaBrowser.Model/LiveTv/ChannelType.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/LiveTv/ChannelType.cs b/MediaBrowser.Model/LiveTv/ChannelType.cs
index 8808aa6d2c..b6974cb085 100644
--- a/MediaBrowser.Model/LiveTv/ChannelType.cs
+++ b/MediaBrowser.Model/LiveTv/ChannelType.cs
@@ -1,7 +1,7 @@
namespace MediaBrowser.Model.LiveTv
{
/// <summary>
- /// Enum ChannelType
+ /// Enum ChannelType.
/// </summary>
public enum ChannelType
{
@@ -11,7 +11,7 @@ namespace MediaBrowser.Model.LiveTv
TV,
/// <summary>
- /// The radio
+ /// The radio.
/// </summary>
Radio
}