Update MediaBrowser.Controller/Entities/InternalPeopleQuery.cs

Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
This commit is contained in:
Bond-009 2020-04-04 00:21:54 +02:00 committed by GitHub
parent 91b17e7289
commit 0951dc632b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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