improve next up performance

This commit is contained in:
Luke Pulverenti
2017-03-21 13:31:40 -04:00
parent f1b1458ee8
commit 2bac4f85ad
3 changed files with 29 additions and 14 deletions

View File

@@ -55,9 +55,12 @@ namespace MediaBrowser.Model.Querying
/// <value>The enable image types.</value>
public ImageType[] EnableImageTypes { get; set; }
public bool EnableTotalRecordCount { get; set; }
public NextUpQuery()
{
EnableImageTypes = new ImageType[] {};
EnableTotalRecordCount = true;
}
}
}