diff options
| author | telans <telans@protonmail.com> | 2020-06-16 10:37:52 +1200 |
|---|---|---|
| committer | telans <telans@protonmail.com> | 2020-06-16 10:37:52 +1200 |
| commit | 9018f8d8be10bc4812f7d1bd230a1516eca61eea (patch) | |
| tree | 700a207912c0d9c2e04177c529455cb7c84b31d6 /MediaBrowser.Controller/Channels/InternalChannelFeatures.cs | |
| parent | 100e9d586dff877610c488936aa035f61f6fedb5 (diff) | |
Add full stop at end of comments (SA1629)
Diffstat (limited to 'MediaBrowser.Controller/Channels/InternalChannelFeatures.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/InternalChannelFeatures.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs index 60455e68a..1f4a26064 100644 --- a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs +++ b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs @@ -18,7 +18,7 @@ namespace MediaBrowser.Controller.Channels public List<ChannelMediaContentType> ContentTypes { get; set; } /// <summary> - /// Represents the maximum number of records the channel allows retrieving at a time + /// Represents the maximum number of records the channel allows retrieving at a time. /// </summary> public int? MaxPageSize { get; set; } |
