aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/LiveTvManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-12-05 13:30:49 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-12-05 13:30:49 -0500
commit85815adcd2003089e9d82dcb9cb131be06b083b9 (patch)
tree55695ce086ce4f62899877a1ba60d266364a3fc8 /Emby.Server.Implementations/LiveTv/LiveTvManager.cs
parent4ec4d38f49f6e6d64b7de190e44e9729291f6837 (diff)
update live tv queries
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/LiveTvManager.cs')
-rw-r--r--Emby.Server.Implementations/LiveTv/LiveTvManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/LiveTvManager.cs b/Emby.Server.Implementations/LiveTv/LiveTvManager.cs
index 66eabf523..211e0de4b 100644
--- a/Emby.Server.Implementations/LiveTv/LiveTvManager.cs
+++ b/Emby.Server.Implementations/LiveTv/LiveTvManager.cs
@@ -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)