update intro queries

This commit is contained in:
Luke Pulverenti
2017-01-07 03:04:54 -05:00
parent b253b86338
commit ba9222898b
4 changed files with 14 additions and 4 deletions

View File

@@ -160,6 +160,7 @@ namespace MediaBrowser.Controller.Entities
public DateTime? MinDateLastSaved { get; set; }
public DtoOptions DtoOptions { get; set; }
public int MinSimilarityScore { get; set; }
public bool HasField(ItemFields name)
{
@@ -197,6 +198,8 @@ namespace MediaBrowser.Controller.Entities
public InternalItemsQuery()
{
MinSimilarityScore = 1;
GroupByPresentationUniqueKey = true;
EnableTotalRecordCount = true;