소스 검색

Update InternalPeopleQuery.cs

Bond-009 5 년 전
부모
커밋
d6224ddeda
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      MediaBrowser.Controller/Entities/InternalPeopleQuery.cs

+ 3 - 0
MediaBrowser.Controller/Entities/InternalPeopleQuery.cs

@@ -4,6 +4,9 @@ namespace MediaBrowser.Controller.Entities
 {
     public class InternalPeopleQuery
     {
+        /// <summary>
+        /// Gets or sets the maximum of items the query should return.
+        /// <summary>
         public int Limit { get; set; }
 
         public Guid ItemId { get; set; }