浏览代码

Update MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
Bond-009 4 年之前
父节点
当前提交
003945f25b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs

+ 1 - 1
MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs

@@ -54,7 +54,7 @@ namespace MediaBrowser.Model.LiveTv
         public Guid UserId { get; set; }
         public Guid UserId { get; set; }
 
 
         /// <summary>
         /// <summary>
-        /// gets or sets the start index. Used for paging.
+        /// Gets or sets the start index. Used for paging.
         /// </summary>
         /// </summary>
         /// <value>The start index.</value>
         /// <value>The start index.</value>
         public int? StartIndex { get; set; }
         public int? StartIndex { get; set; }