update live tv queries

This commit is contained in:
Luke Pulverenti
2017-12-05 13:30:49 -05:00
parent 4ec4d38f49
commit 85815adcd2
3 changed files with 9 additions and 1 deletions

View File

@@ -1021,7 +1021,8 @@ namespace Emby.Server.Implementations.LiveTv
EnableTotalRecordCount = query.EnableTotalRecordCount,
OrderBy = new[] { new Tuple<string, SortOrder>(ItemSortBy.StartDate, SortOrder.Ascending) },
TopParentIds = new[] { topFolder.Id.ToString("N") },
DtoOptions = options
DtoOptions = options,
GenreIds = query.GenreIds
};
if (query.Limit.HasValue)