diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-12-05 13:36:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-05 13:36:50 -0500 |
| commit | b3fbdde04305a0406b5322ec6947f8a30ddc12af (patch) | |
| tree | 121dd382bf71a9b5c96e00771c0ba18a7d28ab87 /Emby.Server.Implementations | |
| parent | 70a73984b8de5e7880f9accff60fe9fac5a664d7 (diff) | |
| parent | bb3d80406b2fba067255b1552563d44671ead92c (diff) | |
Merge pull request #3053 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/LiveTvManager.cs | 3 |
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) |
