diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-02-22 17:10:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-22 17:10:42 +0100 |
| commit | 003945f25b8d19de4638789bf0cdf580c546c9dd (patch) | |
| tree | 019f1713a2d79e12df3041897aa4d1cce9cff79b | |
| parent | 401bafbfd0f8f363efdeceb98cc6fa170aaa6dae (diff) | |
Update MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
| -rw-r--r-- | MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs b/MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs index ca8defd8b..673d97a9e 100644 --- a/MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs +++ b/MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs @@ -54,7 +54,7 @@ namespace MediaBrowser.Model.LiveTv public Guid UserId { get; set; } /// <summary> - /// gets or sets the start index. Used for paging. + /// Gets or sets the start index. Used for paging. /// </summary> /// <value>The start index.</value> public int? StartIndex { get; set; } |
