aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-04-03 22:44:18 +0200
committerGitHub <noreply@github.com>2020-04-03 22:44:18 +0200
commitd6224ddedab49c8a4c95176de4fece1c73348e09 (patch)
tree4bab94fca6470fe900bf5e6986c4fad80111bbd0 /MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
parentcbb67970436e8fe073cbe28f7a2fb4217a2f2524 (diff)
Update InternalPeopleQuery.cs
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalPeopleQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalPeopleQuery.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs b/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
index 41d8a4c83..79b4d9444 100644
--- a/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
+++ b/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; }