Browse Source

Update MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
Bond-009 4 năm trước cách đây
mục cha
commit
003945f25b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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; }
 
         /// <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; }