소스 검색

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; }
 
         /// <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; }