Merge branch 'master' into mediaencoding

This commit is contained in:
Bond-009
2019-12-12 16:34:34 +01:00
5 changed files with 20 additions and 10 deletions

View File

@@ -17,6 +17,12 @@ namespace MediaBrowser.Model.Querying
/// <value>The total record count.</value>
public int TotalRecordCount { get; set; }
/// <summary>
/// The index of the first record in Items.
/// </summary>
/// <value>First record index.</value>
public int StartIndex { get; set; }
public QueryResult()
{
Items = Array.Empty<T>();